aboutsummaryrefslogtreecommitdiff
path: root/client/shaders/default_shader/opengl_vertex.glsl
Commit message (Collapse)AuthorAge
* Replace CRLF with LF in shader filesest312016-03-25
|
* Cleanup selection mesh code, add shaders for halo and selection boxesRealBadAngel2016-02-08
etails. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef LUAENTITY_COMMON_HEADER #define LUAENTITY_COMMON_HEADER #define LUAENTITY_CMD_UPDATE_POSITION 0 #define LUAENTITY_CMD_SET_TEXTURE_MOD 1 #define LUAENTITY_CMD_SET_SPRITE 2 #define LUAENTITY_CMD_PUNCHED 3 #define LUAENTITY_CMD_UPDATE_ARMOR_GROUPS 4 #endif