Uses of Class
com.jme3.scene.plugins.fbx.obj.FbxObject
Packages that use FbxObject
Package
Description
import animations from an FBX asset
import materials from an FBX asset
import meshes from an FBX asset
import nodes from an FBX asset
-
Uses of FbxObject in com.jme3.scene.plugins.fbx.anim
Subclasses of FbxObject in com.jme3.scene.plugins.fbx.animModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in com.jme3.scene.plugins.fbx.anim with parameters of type FbxObjectModifier and TypeMethodDescriptionvoidFbxAnimCurve.connectObject(FbxObject object) voidFbxAnimCurveNode.connectObject(FbxObject object) voidFbxAnimLayer.connectObject(FbxObject object) voidFbxAnimStack.connectObject(FbxObject object) voidFbxBindPose.connectObject(FbxObject object) voidFbxCluster.connectObject(FbxObject object) voidFbxSkinDeformer.connectObject(FbxObject object) voidFbxAnimCurve.connectObjectProperty(FbxObject object, String property) voidFbxAnimCurveNode.connectObjectProperty(FbxObject object, String property) voidFbxAnimLayer.connectObjectProperty(FbxObject object, String property) voidFbxAnimStack.connectObjectProperty(FbxObject object, String property) voidFbxBindPose.connectObjectProperty(FbxObject object, String property) voidFbxCluster.connectObjectProperty(FbxObject object, String property) voidFbxSkinDeformer.connectObjectProperty(FbxObject object, String property) -
Uses of FbxObject in com.jme3.scene.plugins.fbx.material
Subclasses of FbxObject in com.jme3.scene.plugins.fbx.materialMethods in com.jme3.scene.plugins.fbx.material with parameters of type FbxObjectModifier and TypeMethodDescriptionvoidFbxImage.connectObject(FbxObject object) voidFbxMaterial.connectObject(FbxObject object) voidFbxTexture.connectObject(FbxObject object) voidFbxImage.connectObjectProperty(FbxObject object, String property) voidFbxMaterial.connectObjectProperty(FbxObject object, String property) voidFbxTexture.connectObjectProperty(FbxObject object, String property) -
Uses of FbxObject in com.jme3.scene.plugins.fbx.mesh
Subclasses of FbxObject in com.jme3.scene.plugins.fbx.meshMethods in com.jme3.scene.plugins.fbx.mesh with parameters of type FbxObjectModifier and TypeMethodDescriptionvoidFbxMesh.connectObject(FbxObject object) voidFbxMesh.connectObjectProperty(FbxObject object, String property) -
Uses of FbxObject in com.jme3.scene.plugins.fbx.node
Subclasses of FbxObject in com.jme3.scene.plugins.fbx.nodeMethods in com.jme3.scene.plugins.fbx.node with parameters of type FbxObjectModifier and TypeMethodDescriptionvoidFbxNode.connectObject(FbxObject object) voidFbxNullAttribute.connectObject(FbxObject object) voidFbxNode.connectObjectProperty(FbxObject object, String property) voidFbxNullAttribute.connectObjectProperty(FbxObject object, String property) -
Uses of FbxObject in com.jme3.scene.plugins.fbx.obj
Subclasses of FbxObject in com.jme3.scene.plugins.fbx.objMethods in com.jme3.scene.plugins.fbx.obj that return FbxObjectModifier and TypeMethodDescriptionstatic FbxObjectFbxObjectFactory.createObject(FbxElement element, com.jme3.asset.AssetManager assetManager, String sceneFolderName) Automatically create an FBXObject by inspecting its class / subclass properties.Methods in com.jme3.scene.plugins.fbx.obj with parameters of type FbxObjectModifier and TypeMethodDescriptionabstract voidFbxObject.connectObject(FbxObject object) voidFbxUnknownObject.connectObject(FbxObject object) abstract voidFbxObject.connectObjectProperty(FbxObject object, String property) voidFbxUnknownObject.connectObjectProperty(FbxObject object, String property) protected final voidFbxObject.unsupportedConnectObject(FbxObject object) protected final voidFbxObject.unsupportedConnectObjectProperty(FbxObject object, String property)