Searched refs:trisPerPixel (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DLodControl.java55 * It then uses that, along with the trisPerPixel value to determine what LOD it should be at.
62 private float trisPerPixel = 1f; field in class:LodControl
105 return trisPerPixel;
114 * @param trisPerPixel triangles per pixel
116 public void setTrisPerPixel(float trisPerPixel) { argument
117 this.trisPerPixel = trisPerPixel;
170 float trisToDraw = area * trisPerPixel;
188 oc.write(trisPerPixel, "trisPerPixel",
[all...]

Completed in 46 milliseconds