Uses of Class
com.jme3.scene.plugins.fbx.file.FbxElement
Packages that use FbxElement
Package
Description
import animations from an FBX asset
read and parse FBX files
import materials from an FBX asset
import meshes from an FBX asset
import nodes from an FBX asset
-
Uses of FbxElement in com.jme3.scene.plugins.fbx.anim
Methods in com.jme3.scene.plugins.fbx.anim with parameters of type FbxElementModifier and TypeMethodDescriptionvoidFbxAnimCurve.fromElement(FbxElement element) voidFbxAnimCurveNode.fromElement(FbxElement element) voidFbxAnimLayer.fromElement(FbxElement element) voidFbxAnimStack.fromElement(FbxElement element) voidFbxBindPose.fromElement(FbxElement element) voidFbxCluster.fromElement(FbxElement element) -
Uses of FbxElement in com.jme3.scene.plugins.fbx.file
Fields in com.jme3.scene.plugins.fbx.file with type parameters of type FbxElementMethods in com.jme3.scene.plugins.fbx.file that return FbxElementMethods in com.jme3.scene.plugins.fbx.file that return types with arguments of type FbxElementMethods in com.jme3.scene.plugins.fbx.file with parameters of type FbxElementModifier and TypeMethodDescriptionprotected static voidFbxDump.dumpElement(FbxElement el, PrintStream ps, int indent, Map<FbxId, FbxElement> uidToObjectMap) static FbxIdFbxId.getObjectId(FbxElement el) Method parameters in com.jme3.scene.plugins.fbx.file with type arguments of type FbxElementModifier and TypeMethodDescriptionprotected static voidFbxDump.dumpElement(FbxElement el, PrintStream ps, int indent, Map<FbxId, FbxElement> uidToObjectMap) protected static voidFbxDump.dumpProperty(String id, char propertyType, Object property, PrintStream ps, Map<FbxId, FbxElement> uidToObjectMap) -
Uses of FbxElement in com.jme3.scene.plugins.fbx.material
Methods in com.jme3.scene.plugins.fbx.material with parameters of type FbxElementModifier and TypeMethodDescriptionvoidFbxImage.fromElement(FbxElement element) voidFbxMaterial.fromElement(FbxElement element) voidFbxTexture.fromElement(FbxElement element) voidFbxMaterialProperties.setPropertyFromElement(FbxElement propertyElement) -
Uses of FbxElement in com.jme3.scene.plugins.fbx.mesh
Methods in com.jme3.scene.plugins.fbx.mesh with parameters of type FbxElementModifier and TypeMethodDescriptionstatic FbxLayerFbxLayer.fromElement(FbxElement element) static FbxLayerElementFbxLayerElement.fromElement(FbxElement element) voidFbxMesh.fromElement(FbxElement element) static double[]FbxMeshUtil.getDoubleArray(FbxElement el) static int[]FbxMeshUtil.getIntArray(FbxElement el) -
Uses of FbxElement in com.jme3.scene.plugins.fbx.misc
Methods in com.jme3.scene.plugins.fbx.misc with parameters of type FbxElement -
Uses of FbxElement in com.jme3.scene.plugins.fbx.node
Methods in com.jme3.scene.plugins.fbx.node with parameters of type FbxElement -
Uses of FbxElement in com.jme3.scene.plugins.fbx.obj
Methods in com.jme3.scene.plugins.fbx.obj with parameters of type FbxElementModifier and TypeMethodDescriptionstatic FbxObjectFbxObjectFactory.createObject(FbxElement element, com.jme3.asset.AssetManager assetManager, String sceneFolderName) Automatically create an FBXObject by inspecting its class / subclass properties.protected voidFbxObject.fromElement(FbxElement element) -
Uses of FbxElement in com.jme3.scene.plugins.fbx.objects
Fields in com.jme3.scene.plugins.fbx.objects declared as FbxElementMethods in com.jme3.scene.plugins.fbx.objects with parameters of type FbxElementModifier and TypeMethodDescriptionprotected static voidFbxObject.readVectorFromProp(com.jme3.math.Vector3f store, FbxElement propElement) Constructors in com.jme3.scene.plugins.fbx.objects with parameters of type FbxElementModifierConstructorDescriptionFbxAnimCurve(SceneLoader scene, FbxElement element) FbxAnimNode(SceneLoader scene, FbxElement element) FbxBindPose(SceneLoader scene, FbxElement element) FbxCluster(SceneLoader scene, FbxElement element) FbxImage(SceneLoader scene, FbxElement element) FbxMaterial(SceneLoader scene, FbxElement element) FbxMesh(SceneLoader scene, FbxElement element) FbxNode(SceneLoader scene, FbxElement element) FbxObject(SceneLoader scene, FbxElement element) FbxSkin(SceneLoader scene, FbxElement element) FbxTexture(SceneLoader scene, FbxElement element)