Merge pull request #246 from songchengjiang/particle_merge

replace star.pu with lineStreak.pu
This commit is contained in:
XiaoYang 2015-03-03 17:57:54 +08:00
commit 25e987f3a5
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ bool Particle3DWithSprite3DDemo::init()
this->addChild(billboard);
auto rootps = PUParticleSystem3D::create("star.pu");
auto rootps = PUParticleSystem3D::create("lineStreak.pu");
rootps->setCameraMask((unsigned short)CameraFlag::USER1);
rootps->startParticleSystem();
this->addChild(rootps, 0, PARTICLE_SYSTEM_TAG);