Package com.jme3.renderer.queue
package com.jme3.renderer.queue
determine the order in which geometries are rendered
-
ClassDescription
GeometryComparator
is a special version ofComparator
that is used to sort geometries for rendering in theRenderQueue
.This class is a special purpose list ofGeometry
objects for render queuing.GuiComparator
sorts geometries back-to-front based on their Z position.NullComparator
does not sort geometries.RenderQueue
is used to queue up and sortgeometries
for rendering.The render queueBucket
specifies the bucket to which the spatial will be placed when rendered.ShadowMode
is a marker used to specify how shadow effects should treat the spatial.