]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
reduced particle struct size (now 32768 particles is 3MB instead of about 3.8MB)...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 19 Mar 2005 05:45:24 +0000 (05:45 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 19 Mar 2005 05:45:24 +0000 (05:45 +0000)
commitffa890cabf7fd917a496ba17b548c628f27d4d4c
tree27c2dc8da278d63f17b7590c072be14b1d7c704b
parent45f7eb3290bbccc52110d97beab302f3b66ea63d
reduced particle struct size (now 32768 particles is 3MB instead of about 3.8MB) by merging/removing some fields (and adding type structs to define rendering properties based on type to save a little space)
removed 11 parameters to particle() function

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5098 d7cf8633-e32d-0410-b094-e92efae38249
cl_particles.c