Searched defs:sphereMap (Results 1 – 1 of 1) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | SkyFactory.java | 45 …al createSky(AssetManager assetManager, Texture texture, Vector3f normalScale, boolean sphereMap) { in createSky() 69 …y(AssetManager assetManager, Texture texture, Vector3f normalScale, boolean sphereMap, int sphereR… in createSky() 203 public static Spatial createSky(AssetManager assetManager, Texture texture, boolean sphereMap) { in createSky() 207 …public static Spatial createSky(AssetManager assetManager, String textureName, boolean sphereMap) { in createSky()
|