Uses of Class
engine.terrain.Terrain
Packages that use Terrain
-
Uses of Terrain in engine.renderEngine
Methods in engine.renderEngine with parameters of type TerrainModifier and TypeMethodDescriptionvoid
MasterRenderer.processTerrain
(Terrain terrain) Processes each terrain into the terrain hashmapMethod parameters in engine.renderEngine with type arguments of type TerrainModifier and TypeMethodDescriptionvoid
TerrainRenderer.render
(Map<TextureAttribute, List<Terrain>> terrains) Terrains are stored in the hashmap Render function prepares each type of TexturedModel and the prepares each individual instance of that model before drawing it to the screen. -
Uses of Terrain in engine.world
Methods in engine.world that return TerrainMethods in engine.world that return types with arguments of type Terrain