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

  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloPhysics.java 49 import com.jme3.scene.shape.Sphere.TextureMode;
88 sphere.setTextureMode(TextureMode.Projected);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 58 public enum TextureMode {
82 protected TextureMode textureMode = TextureMode.Original;
133 * @return Returns the textureMode.
135 public TextureMode getTextureMode() {
136 return textureMode;
226 if (textureMode == TextureMode.Original) {
229 } else if (textureMode == TextureMode.Projected) {
    [all...]

Completed in 39 milliseconds