Class FbxMaterial
java.lang.Object
com.jme3.scene.plugins.fbx.objects.FbxObject
com.jme3.scene.plugins.fbx.objects.FbxMaterial
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.jme3.math.Vector3ffloatcom.jme3.math.Vector3ffloatcom.jme3.material.Materialfloatcom.jme3.math.Vector3ffloat -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jme3.scene.plugins.fbx.objects.FbxObject
link, linkToZero, readVectorFromProp
-
Field Details
-
shadingModel
-
ambientColor
public com.jme3.math.Vector3f ambientColor -
ambientFactor
public float ambientFactor -
diffuseColor
public com.jme3.math.Vector3f diffuseColor -
diffuseFactor
public float diffuseFactor -
specularColor
public com.jme3.math.Vector3f specularColor -
specularFactor
public float specularFactor -
shininessExponent
public float shininessExponent -
material
public com.jme3.material.Material material
-
-
Constructor Details
-
FbxMaterial
-
-
Method Details