Module technology.sola.engine
Package technology.sola.engine.graphics.modules
package technology.sola.engine.graphics.modules
This package provides various default implementation of
SolaGraphicsModule
to be used in SolaGraphics.-
ClassesClassDescriptionCircleEntityGraphicsModule is a
SolaEntityGraphicsModuleimplementation for renderingEntitythat have aTransformComponentandCircleRendererComponent.ConvexPolygonEntityGraphicsModule is aSolaEntityGraphicsModuleimplementation for renderingEntitythat have aTransformComponentandConvexPolygonRendererComponent.SolaGraphicsModule for rendering aGuiDocument.ParticleEmitterEntityGraphicsModule is aSolaEntityGraphicsModuleimplementation for renderingEntitythat have aTransformComponentandParticleEmitterComponent.RectangleEntityGraphicsModule is aSolaEntityGraphicsModuleimplementation for renderingEntitythat have aTransformComponentandRectangleRendererComponent.Contains render order constants forSolaGraphicsModules.ScreenSpaceLightMapGraphicsModule is aSolaGraphicsModulethat handles drawing lighting forEntitythat haveLightComponents.SolaEntityGraphicsModule<V extends technology.sola.ecs.view.ViewEntry>SolaEntityGraphicsModule adds rendering functionality toSolaGraphicsfor renderingEntitythat have specifiedComponents.SolaGraphicsModule adds additional rendering functionality toSolaGraphics.SpriteEntityGraphicsModule is aSolaEntityGraphicsModuleimplementation for renderingEntitythat have aTransformComponentandSpriteComponent.TriangleEntityGraphicsModule is aSolaEntityGraphicsModuleimplementation for renderingEntitythat have aTransformComponentandTriangleRendererComponent.