us.ihmc.graphics3DAdapter.jme
Class JMEGraphicsObject

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.graphics.Graphics3DInstructionExecutor
      extended by us.ihmc.graphics3DAdapter.jme.JMEGraphicsObject
Direct Known Subclasses:
JMERendererTest.JMESimpleBoxMaker

public class JMEGraphicsObject
extends Graphics3DInstructionExecutor


Constructor Summary
JMEGraphicsObject(com.jme3.app.Application application, JMEAssetLocator jmeAssetLocator, Graphics3DObject graphics3dObject)
           
 
Method Summary
static com.jme3.scene.Spatial createGraphics3DObjectFromModel(java.lang.String fileName, java.lang.String submesh, boolean centerSubmesh, AppearanceDefinition appearanceDefinition, JMEAssetLocator jmeAssetLocator)
           
static com.jme3.scene.Spatial findSubmesh(com.jme3.scene.Spatial spatial, java.lang.String submesh, boolean centerSubmesh)
           
 com.jme3.scene.Node getNode()
           
static void printSubmeshes(com.jme3.scene.Spatial spatial)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMEGraphicsObject

public JMEGraphicsObject(com.jme3.app.Application application,
                         JMEAssetLocator jmeAssetLocator,
                         Graphics3DObject graphics3dObject)
Method Detail

createGraphics3DObjectFromModel

public static com.jme3.scene.Spatial createGraphics3DObjectFromModel(java.lang.String fileName,
                                                                     java.lang.String submesh,
                                                                     boolean centerSubmesh,
                                                                     AppearanceDefinition appearanceDefinition,
                                                                     JMEAssetLocator jmeAssetLocator)

findSubmesh

public static com.jme3.scene.Spatial findSubmesh(com.jme3.scene.Spatial spatial,
                                                 java.lang.String submesh,
                                                 boolean centerSubmesh)

printSubmeshes

public static void printSubmeshes(com.jme3.scene.Spatial spatial)

getNode

public com.jme3.scene.Node getNode()