Class FbxImage

java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObject
com.jme3.scene.plugins.fbx.material.FbxImage

public final class FbxImage extends FbxObject
  • Field Details

    • key

      protected com.jme3.asset.TextureKey key
    • type

      protected String type
    • filePath

      protected String filePath
    • relativeFilePath

      protected String relativeFilePath
    • content

      protected byte[] content
  • Constructor Details

    • FbxImage

      public FbxImage(com.jme3.asset.AssetManager assetManager, String sceneFolderName)
  • Method Details