replace star.pu with lineStreak.pu

This commit is contained in:
songchengjiang 2015-03-03 17:53:19 +08:00
parent 9bdcdec60a
commit d25c025cbe
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);