|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BlenderFileException in com.jme3.scene.plugins.blender |
---|
Methods in com.jme3.scene.plugins.blender that throw BlenderFileException | |
---|---|
protected Properties |
AbstractBlenderHelper.loadProperties(Structure structure,
BlenderContext blenderContext)
This method loads the properties if they are available and defined for the structure. |
protected void |
BlenderLoader.setup(AssetInfo assetInfo)
This method sets up the loader. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.animations |
---|
Methods in com.jme3.scene.plugins.blender.animations that throw BlenderFileException | |
---|---|
void |
ArmatureHelper.buildBones(Structure boneStructure,
Bone parent,
java.util.List<Bone> result,
Matrix4f arbt,
java.util.Map<java.lang.Long,Structure> bonesPoseChannels,
BlenderContext blenderContext)
This method builds the object's bones structure. |
Ipo |
IpoHelper.fromAction(Structure actionStructure,
BlenderContext blenderContext)
This method creates an ipo object used for interpolation calculations. |
Ipo |
IpoHelper.fromIpoStructure(Structure ipoStructure,
BlenderContext blenderContext)
This method creates an ipo object used for interpolation calculations. |
java.util.Map<java.lang.Integer,java.lang.Integer> |
ArmatureHelper.getGroupToBoneIndexMap(Structure defBaseStructure,
Skeleton skeleton,
BlenderContext blenderContext)
This method returns a map where the key is the object's group index that is used by a bone and the key is the bone index in the armature. |
BoneTrack[] |
ArmatureHelper.getTracks(Structure actionStructure,
Skeleton skeleton,
BlenderContext blenderContext)
This method retuns the bone tracks for animation. |
Constructors in com.jme3.scene.plugins.blender.animations that throw BlenderFileException | |
---|---|
BoneContext(Structure boneStructure,
Matrix4f objectToArmatureMatrix,
java.util.Map<java.lang.Long,Structure> bonesPoseChannels,
BlenderContext blenderContext)
Constructor. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.cameras |
---|
Methods in com.jme3.scene.plugins.blender.cameras that throw BlenderFileException | |
---|---|
Camera |
CameraHelper.toCamera(Structure structure)
This method converts the given structure to jme camera. |
Camera |
CameraHelper.toCamera249(Structure structure)
This method converts the given structure to jme camera. |
Camera |
CameraHelper.toCamera250(Structure structure)
This method converts the given structure to jme camera. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.constraints |
---|
Methods in com.jme3.scene.plugins.blender.constraints that throw BlenderFileException | |
---|---|
protected Constraint |
ConstraintHelper.createConstraint(Structure constraintStructure,
java.lang.Long ownerOMA,
Ipo influenceIpo,
BlenderContext blenderContext)
This method creates the constraint instance. |
protected java.lang.String |
ConstraintHelper.getConstraintClassName(Structure constraintStructure,
BlenderContext blenderContext)
|
void |
ConstraintHelper.loadConstraints(Structure objectStructure,
BlenderContext blenderContext)
This method reads constraints for for the given structure. |
Constructors in com.jme3.scene.plugins.blender.constraints that throw BlenderFileException | |
---|---|
Constraint(Structure constraintStructure,
java.lang.Long ownerOMA,
Ipo influenceIpo,
BlenderContext blenderContext)
This constructor creates the constraint instance. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.curves |
---|
Methods in com.jme3.scene.plugins.blender.curves that throw BlenderFileException | |
---|---|
protected java.util.List<Geometry> |
CurvesHelper.loadBezierCurve(Vector3f loc,
Structure nurb,
java.util.List<Geometry> bevelObject,
Curve taperObject,
BlenderContext blenderContext)
This method loads the bezier curve. |
protected java.util.List<Geometry> |
CurvesHelper.loadNurb(Vector3f loc,
Structure nurb,
java.util.List<Geometry> bevelObject,
Curve taperObject,
BlenderContext blenderContext)
This method loads the NURBS curve or surface. |
protected Curve |
CurvesHelper.loadTaperObject(Structure taperStructure,
BlenderContext blenderContext)
This method loads the taper object. |
java.util.List<Geometry> |
CurvesHelper.toCurve(Structure curveStructure,
BlenderContext blenderContext)
This method converts given curve structure into a list of geometries representing the curve. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.file |
---|
Methods in com.jme3.scene.plugins.blender.file that throw BlenderFileException | |
---|---|
java.util.List<Structure> |
Structure.evaluateListBase(BlenderContext blenderContext)
This methos should be used on structures that are of a 'ListBase' type. |
java.util.List<Structure> |
Pointer.fetchData(BlenderInputStream inputStream)
This method fetches the data stored under the given address. |
void |
Structure.fill(BlenderInputStream inputStream)
This method fills the structure with data. |
Structure |
FileBlockHeader.getStructure(BlenderContext blenderContext)
This method returns the structure described by the header filled with appropriate data. |
Constructors in com.jme3.scene.plugins.blender.file that throw BlenderFileException | |
---|---|
BlenderInputStream(java.io.InputStream inputStream,
AssetManager assetManager)
Constructor. |
|
DnaBlockData(BlenderInputStream inputStream,
BlenderContext blenderContext)
Constructor. |
|
DynamicArray(int[] tableSizes)
Constructor. |
|
DynamicArray(int[] tableSizes,
T[] data)
Constructor. |
|
FileBlockHeader(BlenderInputStream inputStream,
BlenderContext blenderContext)
Constructor. |
|
Structure(BlenderInputStream inputStream,
java.lang.String[] names,
java.lang.String[] types,
BlenderContext blenderContext)
Constructor. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.lights |
---|
Methods in com.jme3.scene.plugins.blender.lights that throw BlenderFileException | |
---|---|
Light |
LightHelper.toLight(Structure structure,
BlenderContext blenderContext)
|
Uses of BlenderFileException in com.jme3.scene.plugins.blender.materials |
---|
Methods in com.jme3.scene.plugins.blender.materials that throw BlenderFileException | |
---|---|
MaterialContext[] |
MaterialHelper.getMaterials(Structure structureWithMaterials,
BlenderContext blenderContext)
This method returns the table of materials connected to the specified structure. |
MaterialContext |
MaterialHelper.toMaterialContext(Structure structure,
BlenderContext blenderContext)
This method converts the material structure to jme Material. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.meshes |
---|
Methods in com.jme3.scene.plugins.blender.meshes that throw BlenderFileException | |
---|---|
java.util.List<byte[]> |
MeshHelper.getVerticesColors(Structure meshStructure,
BlenderContext blenderContext)
This method returns the vertices colors. |
java.util.List<Geometry> |
MeshHelper.toMesh(Structure structure,
BlenderContext blenderContext)
This method reads converts the given structure into mesh. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.modifiers |
---|
Methods in com.jme3.scene.plugins.blender.modifiers that throw BlenderFileException | |
---|---|
java.util.Collection<Modifier> |
ModifierHelper.readModifiers(Structure objectStructure,
BlenderContext blenderContext)
This method reads the given object's modifiers. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.objects |
---|
Methods in com.jme3.scene.plugins.blender.objects that throw BlenderFileException | |
---|---|
void |
Properties.load(Structure idPropertyStructure,
BlenderContext blenderContext)
This method loads the property from the belnder file. |
java.lang.Object |
ObjectHelper.toObject(Structure objectStructure,
BlenderContext blenderContext)
This method reads the given structure and createn an object that represents the data. |
Uses of BlenderFileException in com.jme3.scene.plugins.blender.particles |
---|
Methods in com.jme3.scene.plugins.blender.particles that throw BlenderFileException | |
---|---|
ParticleEmitter |
ParticlesHelper.toParticleEmitter(Structure particleSystem,
BlenderContext blenderContext)
|
Uses of BlenderFileException in com.jme3.scene.plugins.blender.textures |
---|
Methods in com.jme3.scene.plugins.blender.textures that throw BlenderFileException | |
---|---|
Texture |
TextureHelper.getTexture(Structure tex,
Structure mTex,
BlenderContext blenderContext)
This class returns a texture read from the file or from packed blender data. |
Texture |
TextureHelper.getTextureFromImage(Structure image,
BlenderContext blenderContext)
This class returns a texture read from the file or from packed blender data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |