Class FbxMaterial

java.lang.Object
com.jme3.scene.plugins.fbx.objects.FbxObject
com.jme3.scene.plugins.fbx.objects.FbxMaterial

public class FbxMaterial extends FbxObject
  • Field Details

    • shadingModel

      public String shadingModel
    • ambientColor

      public Vector3f ambientColor
    • ambientFactor

      public float ambientFactor
    • diffuseColor

      public Vector3f diffuseColor
    • diffuseFactor

      public float diffuseFactor
    • specularColor

      public Vector3f specularColor
    • specularFactor

      public float specularFactor
    • shininessExponent

      public float shininessExponent
    • material

      public Material material
  • Constructor Details

  • Method Details