HomeSort by relevance Sort by last modified time
    Searched full:explosioneffect (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestExplosionEffect.java 50 private Node explosionEffect = new Node("explosionFX");
86 explosionEffect.attachChild(flame);
109 explosionEffect.attachChild(flash);
131 explosionEffect.attachChild(roundspark);
152 explosionEffect.attachChild(spark);
175 explosionEffect.attachChild(smoketrail);
200 explosionEffect.attachChild(debris);
224 explosionEffect.attachChild(shockwave);
236 explosionEffect.setLocalScale(0.5f);
237 renderManager.preloadScene(explosionEffect);
    [all...]

Completed in 39 milliseconds