public class PlaneNode extends SimpleModelNode
Node.ProjectionMode
Modifier and Type | Field and Description |
---|---|
static int |
CF_DISABLE_DEPTH_TEST |
Constructor and Description |
---|
PlaneNode() |
PlaneNode(float width,
float height,
boolean takeOwnership) |
PlaneNode(long handle) |
PlaneNode(long handle,
boolean takeOwnership) |
PlaneNode(java.lang.String texture,
float[] position,
float scale,
Node.ProjectionMode projection,
int creationFlags) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
float |
getHeight() |
boolean |
getTextureAspectEnabled() |
float |
getWidth() |
void |
setSize(float width,
float height) |
void |
setTextureAspectEnabled(boolean enabled) |
addChild, release, removeChild, removeFromParent
getNativeHandle, getRotationX, getRotationY, getRotationZ, getScaleX, getScaleY, getScaleZ, getX, getY, getZ, init, setPosition, setRotation, setRotationX, setRotationY, setRotationZ, setScale, setScaleX, setScaleY, setScaleZ, setUniformScale, setX, setY, setZ, takeOwnership
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNativeHandle
public static final int CF_DISABLE_DEPTH_TEST
public PlaneNode()
public PlaneNode(java.lang.String texture, float[] position, float scale, Node.ProjectionMode projection, int creationFlags)
public PlaneNode(float width, float height, boolean takeOwnership)
public PlaneNode(long handle)
public PlaneNode(long handle, boolean takeOwnership)
protected void finalize() throws java.lang.Throwable
public boolean getTextureAspectEnabled()
public void setTextureAspectEnabled(boolean enabled)
public float getWidth()
public float getHeight()
public void setSize(float width, float height)