Class FbxTexture
java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObject<com.jme3.texture.Texture>
com.jme3.scene.plugins.fbx.material.FbxTexture
-
Field Summary
Fields inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName -
Constructor Summary
ConstructorsConstructorDescriptionFbxTexture(com.jme3.asset.AssetManager assetManager, String sceneFolderName) -
Method Summary
Modifier and TypeMethodDescriptionvoidconnectObject(FbxObject object) voidconnectObjectProperty(FbxObject object, String property) voidfromElement(FbxElement element) getUvSet()protected com.jme3.texture.TextureMethods inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectProperty
-
Constructor Details
-
FbxTexture
-
-
Method Details
-
getUvSet
-
toJmeObject
protected com.jme3.texture.Texture toJmeObject()- Specified by:
toJmeObjectin classFbxObject<com.jme3.texture.Texture>
-
fromElement
- Overrides:
fromElementin classFbxObject<com.jme3.texture.Texture>
-
connectObject
- Specified by:
connectObjectin classFbxObject<com.jme3.texture.Texture>
-
connectObjectProperty
- Specified by:
connectObjectPropertyin classFbxObject<com.jme3.texture.Texture>
-