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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 150 inputData = UVProjectionGenerator.flatProjection(mesh, bb);
153 inputData = UVProjectionGenerator.cubeProjection(mesh, bb);
157 inputData = UVProjectionGenerator.tubeProjection(mesh, bt);
161 inputData = UVProjectionGenerator.sphereProjection(mesh, bs);
UVProjectionGenerator.java 18 /* package */class UVProjectionGenerator {

Completed in 17 milliseconds