Uses of Class
com.bombinggames.wurfelengine.core.map.rendering.RenderChunk
-
Packages that use RenderChunk Package Description com.bombinggames.wurfelengine.core.lightengine com.bombinggames.wurfelengine.core.map com.bombinggames.wurfelengine.core.map.rendering -
-
Uses of RenderChunk in com.bombinggames.wurfelengine.core.lightengine
Methods in com.bombinggames.wurfelengine.core.lightengine with parameters of type RenderChunk Modifier and Type Method Description static void
AmbientOcclusionCalculator. calcAO(RenderStorage rS, RenderChunk chunk)
calcualtes the ambient occlusion for a chunk. -
Uses of RenderChunk in com.bombinggames.wurfelengine.core.map
Methods in com.bombinggames.wurfelengine.core.map that return RenderChunk Modifier and Type Method Description RenderChunk
Chunk. getRenderChunk(RenderStorage storage)
RenderChunk
Coordinate. getRenderChunk(GameView gameView)
-
Uses of RenderChunk in com.bombinggames.wurfelengine.core.map.rendering
Methods in com.bombinggames.wurfelengine.core.map.rendering that return RenderChunk Modifier and Type Method Description RenderChunk
RenderStorage. getChunk(int chunkX, int chunkY)
Get the chunk with the given chunk coords from the active pool.RenderChunk
RenderStorage. getChunk(Coordinate coord)
get the chunk where the coordinates are on.Methods in com.bombinggames.wurfelengine.core.map.rendering that return types with arguments of type RenderChunk Modifier and Type Method Description java.util.LinkedList<RenderChunk>
RenderStorage. getData()
Methods in com.bombinggames.wurfelengine.core.map.rendering with parameters of type RenderChunk Modifier and Type Method Description void
RenderStorage. occlusionCulling(RenderChunk chunk)
performs a simple clipping check by looking at the direct neighbours.
-