]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
vertex arrays renamed to varray_ and exposed to rest of engine
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 6 Sep 2002 06:51:18 +0000 (06:51 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 6 Sep 2002 06:51:18 +0000 (06:51 +0000)
commit98784e552392f849545b1aa7d88c869e116642b6
tree28a573425118e834d0a2068baa2585e2da7307c6
parent76160ccbdc28412eccad8e0b8800f51bcd2f1891
vertex arrays renamed to varray_ and exposed to rest of engine
mesh_maxtris and mesh_maxverts exposed (really only intended for R_Mesh_ResizeCheck #define)
R_Mesh_GetBuffer is gone, R_Mesh_State takes it's place for most of it's functionality
R_Mesh_ResizeCheck (a #define) will expand arrays on the fly if a mesh is too big (note: be sure to use this if you have a mesh that may be more than 1024 triangles, 3072 verts)
R_Mesh_Draw takes the place of R_Mesh_Render and takes two parameters (number of verts and number of triangles)
fixed bug that caused sky to appear through models when sky was onscreen (R_DrawWorld must be called at a specific point in rendering, had forgotten that)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2337 d7cf8633-e32d-0410-b094-e92efae38249
cl_particles.c
gl_backend.c
gl_backend.h
gl_models.c
gl_rmain.c
gl_rsurf.c
r_crosshairs.c
r_explosion.c
r_light.c
r_sky.c
r_sprites.c