public class DefaultSetting3DLayer extends java.lang.Object implements Vis3DLayer
Modifier and Type | Field and Description |
---|---|
static com.jme3.math.Quaternion |
DEFAULT_ROTATION |
static float |
DEFAULT_SCALE |
static com.jme3.math.Vector3f |
DEFAULT_TRANSLATION |
Constructor and Description |
---|
DefaultSetting3DLayer() |
Modifier and Type | Method and Description |
---|---|
void |
init(Vis3d vis) |
protected com.jme3.math.Vector3f |
setDefaultCamLocation() |
protected com.jme3.math.Vector3f |
setDefaultCamLookAt() |
protected com.jme3.math.Quaternion |
setDefaultWorldRotation() |
protected float |
setDefaultWorldScale() |
protected com.jme3.math.Vector3f |
setDefaultWorldTranslation() |
public static final com.jme3.math.Vector3f DEFAULT_TRANSLATION
public static final com.jme3.math.Quaternion DEFAULT_ROTATION
public static final float DEFAULT_SCALE
public void init(Vis3d vis)
init
in interface Vis3DLayer
protected com.jme3.math.Vector3f setDefaultCamLocation()
protected com.jme3.math.Vector3f setDefaultCamLookAt()
protected float setDefaultWorldScale()
protected com.jme3.math.Quaternion setDefaultWorldRotation()
protected com.jme3.math.Vector3f setDefaultWorldTranslation()