Module technology.sola.engine
Package technology.sola.engine.defaults
package technology.sola.engine.defaults
This package provides classes that provide default functionality to build games with using the various areas of code
throughout the sola-game-engine.
-
ClassesClassDescriptionSolaGraphics provides default rendering capabilities while also allowing for adding new rendering capabilities via
SolaGraphicsModule
s.SolaPhysics configures several physics systems in a default configuration.SolaWithDefaults extendsSola
with some default behaviors that many games will find useful, such as default physics configurations and rendering options.