init:function () {
const PARTICLE_SYSTEM_TAG = 0x0001;
var rootps = jsb.PUParticleSystem3D.create("res/partical3d/explosionSystem.pu");
rootps.setCameraMask(cc.CameraFlag.USER1);
rootps.startParticleSystem();
this.addChild(rootps, 0, PARTICLE_SYSTEM_TAG);
}
报错,不显示,是要做什么配置么用3d的时候
cocos2d: warning: Attribute not found: a_texCoord
cocos2d: warning: Attribute not found: a_texCoord
