HomeSort by relevance Sort by last modified time
    Searched defs:imgY (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 146 int imgY = (p.imageIndex - imgX) / imagesY;
149 float startY = ((float) imgY) / imagesY;
ParticleTriMesh.java 250 int imgY = (p.imageIndex - imgX) / imagesY;
253 float startY = ((float) imgY) / imagesY;

Completed in 75 milliseconds