public class MonkeyHelper
extends java.lang.Object
| Constructor and Description |
|---|
MonkeyHelper() |
| Modifier and Type | Method and Description |
|---|---|
static com.jme3.scene.Geometry |
giveArrow(com.jme3.math.ColorRGBA color,
float thickness,
com.jme3.math.Vector3f direction,
com.jme3.asset.AssetManager assetManager) |
static com.jme3.scene.Geometry |
giveArrow(com.jme3.math.ColorRGBA color,
com.jme3.math.Vector3f direction,
com.jme3.asset.AssetManager assetManager) |
public static com.jme3.scene.Geometry giveArrow(com.jme3.math.ColorRGBA color,
com.jme3.math.Vector3f direction,
com.jme3.asset.AssetManager assetManager)
public static com.jme3.scene.Geometry giveArrow(com.jme3.math.ColorRGBA color,
float thickness,
com.jme3.math.Vector3f direction,
com.jme3.asset.AssetManager assetManager)