Fork me on GitHub
Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

  1.  
    Say i add an velosity initiallizer for X axis (100,0,0), how can i rotate particle around X axis using velosity or accelerate?
  2.  
    also i can't change color of my pv3d particles

    emitter.addInitializer(new PV3DObjectClass(Sphere,null,1,1,1));
    emitter.addInitializer(new PV3DApplyMaterial(ColorMaterial,0xFF0000,0.5,true));

    i tried different combinations and particles are still white

    Overall very nice library, thanks for your effort.