public class FbxMaterial extends FbxObject
| Modifier and Type | Field and Description |
|---|---|
com.jme3.math.Vector3f |
ambientColor |
float |
ambientFactor |
com.jme3.math.Vector3f |
diffuseColor |
float |
diffuseFactor |
com.jme3.material.Material |
material |
java.lang.String |
shadingModel |
float |
shininessExponent |
com.jme3.math.Vector3f |
specularColor |
float |
specularFactor |
| Constructor and Description |
|---|
FbxMaterial(SceneLoader scene,
FbxElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
link(FbxObject otherObject,
java.lang.String propertyName) |
link, linkToZero, readVectorFromProppublic java.lang.String shadingModel
public com.jme3.math.Vector3f ambientColor
public float ambientFactor
public com.jme3.math.Vector3f diffuseColor
public float diffuseFactor
public com.jme3.math.Vector3f specularColor
public float specularFactor
public float shininessExponent
public com.jme3.material.Material material
public FbxMaterial(SceneLoader scene, FbxElement element)