public class PHATBillboardControl
extends com.jme3.scene.control.BillboardControl
| Constructor and Description |
|---|
PHATBillboardControl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
controlRender(com.jme3.renderer.RenderManager rm,
com.jme3.renderer.ViewPort vp) |
com.jme3.math.Vector3f |
getOffset() |
void |
setOffset(com.jme3.math.Vector3f offset) |
void |
setSpatial(com.jme3.scene.Spatial spatial) |
void |
update(float fps) |
cloneForSpatial, controlUpdate, getAlignment, read, setAlignment, writepublic void setSpatial(com.jme3.scene.Spatial spatial)
setSpatial in interface com.jme3.scene.control.ControlsetSpatial in class com.jme3.scene.control.AbstractControlpublic void update(float fps)
update in interface com.jme3.scene.control.Controlupdate in class com.jme3.scene.control.AbstractControlprotected void controlRender(com.jme3.renderer.RenderManager rm,
com.jme3.renderer.ViewPort vp)
controlRender in class com.jme3.scene.control.BillboardControlpublic com.jme3.math.Vector3f getOffset()
public void setOffset(com.jme3.math.Vector3f offset)
Copyright © 2015. All Rights Reserved.