Module technology.sola.engine
Package technology.sola.engine.defaults.graphics.modules
package technology.sola.engine.defaults.graphics.modules
This package provides various default implementation of
SolaGraphicsModule
to be used in SolaGraphics
.-
ClassesClassDescriptionCircleEntityGraphicsModule is a
SolaEntityGraphicsModule
implementation for renderingEntity
that have aTransformComponent
andCircleRendererComponent
.DebugEntityGraphicsModule is aSolaEntityGraphicsModule
implementation for rendering debug information for aWorld
.ParticleEmitterEntityGraphicsModule is aSolaEntityGraphicsModule
implementation for renderingEntity
that have aTransformComponent
andParticleEmitterComponent
.RectangleEntityGraphicsModule is aSolaEntityGraphicsModule
implementation for renderingEntity
that have aTransformComponent
andRectangleRendererComponent
.ScreenSpaceLightMapGraphicsModule is aSolaGraphicsModule
that handles drawing lighting forEntity
that haveLightComponent
s.SolaEntityGraphicsModule<V extends technology.sola.ecs.view.ViewEntry>SolaEntityGraphicsModule adds rendering functionality toSolaGraphics
for renderingEntity
that have specifiedComponent
s.SolaGraphicsModule adds additional rendering functionality toSolaGraphics
.SpriteEntityGraphicsModule is aSolaEntityGraphicsModule
implementation for renderingEntity
that have aTransformComponent
andSpriteComponent
.TriangleEntityGraphicsModule is aSolaEntityGraphicsModule
implementation for renderingEntity
that have aTransformComponent
andTriangleRendererComponent
.