|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UVCoordinatesGenerator.UVCoordinatesType | |
---|---|
com.jme3.scene.plugins.blender.textures |
Uses of UVCoordinatesGenerator.UVCoordinatesType in com.jme3.scene.plugins.blender.textures |
---|
Methods in com.jme3.scene.plugins.blender.textures that return UVCoordinatesGenerator.UVCoordinatesType | |
---|---|
static UVCoordinatesGenerator.UVCoordinatesType |
UVCoordinatesGenerator.UVCoordinatesType.valueOf(int blenderValue)
|
static UVCoordinatesGenerator.UVCoordinatesType |
UVCoordinatesGenerator.UVCoordinatesType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UVCoordinatesGenerator.UVCoordinatesType[] |
UVCoordinatesGenerator.UVCoordinatesType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jme3.scene.plugins.blender.textures with parameters of type UVCoordinatesGenerator.UVCoordinatesType | |
---|---|
static java.util.List<Vector2f> |
UVCoordinatesGenerator.generateUVCoordinatesFor2DTexture(Mesh mesh,
UVCoordinatesGenerator.UVCoordinatesType texco,
com.jme3.scene.plugins.blender.textures.UVProjectionGenerator.UVProjectionType projection,
java.util.List<Geometry> geometries)
Generates a UV coordinates for 2D texture. |
static java.util.List<Vector3f> |
UVCoordinatesGenerator.generateUVCoordinatesFor3DTexture(Mesh mesh,
UVCoordinatesGenerator.UVCoordinatesType texco,
int[] coordinatesSwappingIndexes,
java.util.List<Geometry> geometries)
Generates a UV coordinates for 3D texture. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |