Package gaiasky.util.gdx
-
Interface Summary Interface Description IntMeshPartBuilder IntRenderableProvider Returns a list ofIntRenderable
instances to be rendered by aIntModelBatch
.IntRenderableSorter Responsible for sortingIntRenderable
lists by whatever criteria (material, distance to camera, etc.)ModelCreator.IFace -
Class Summary Class Description DefaultIntRenderableSorter IcoSphereCreator Helper generic class to create icospheres.IntIntMeshBuilder Class to construct a mesh, optionally splitting it into one or more mesh parts.IntMeshPartBuilder.VertexInfo Class that contains all vertex information the builder can use.IntModelBatch BatchesIntRenderable
instances, fetchesIntShader
s for them, sorts them and then renders them.IntModelBatch.RenderablePool IntModelBuilder Helper class to createIntModel
s from code.IntRenderable A Renderable contains all information about a single render instruction (typically a draw call).ModelCreator OctahedronSphereCreator RingCreator Helper generic class to create rings.SphereCreator