Continued work on water, can now get 1 particle? maybe? Gotta get rendering to work so i can test it.

This commit is contained in:
tleety
2015-09-21 16:00:20 +02:00
parent b32934dba6
commit 1e70e151ee
8 changed files with 1123 additions and 30 deletions
+1
View File
@@ -67,6 +67,7 @@ private:
const b2ParticleSystemDef m_ParticleSystemDef;
b2ParticleSystem *m_ParticleSystem;
b2ParticleGroup* t_watergroup;
void InitializeWater();