Uses of Class
de.coreengine.rendering.renderable.terrain.TerrainNode.Direction
-
Packages that use TerrainNode.Direction Package Description de.coreengine.rendering.renderable.terrain -
-
Uses of TerrainNode.Direction in de.coreengine.rendering.renderable.terrain
Methods in de.coreengine.rendering.renderable.terrain that return TerrainNode.Direction Modifier and Type Method Description TerrainNode.Direction
TerrainNode. getDirection()
static TerrainNode.Direction
TerrainNode.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static TerrainNode.Direction[]
TerrainNode.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.coreengine.rendering.renderable.terrain with parameters of type TerrainNode.Direction Constructor Description TerrainNode(TerrainNode parent, TerrainNode.Direction dir, javax.vecmath.Vector2f position, float size, int lod, Terrain terrain)
Creates a new terrain node and sets its position, size and lod
-