Uses of Interface
com.badlogic.gdx.graphics.g3d.utils.RenderableSorter
-
Packages that use RenderableSorter Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.utils -
-
Uses of RenderableSorter in com.badlogic.gdx.graphics.g3d
Classes in com.badlogic.gdx.graphics.g3d that implement RenderableSorter Modifier and Type Class Description static classModelCache.SorterARenderableSorterthat sorts by vertex attributes, material attributes and primitive types (in that order), so that meshes can be easily merged.Fields in com.badlogic.gdx.graphics.g3d declared as RenderableSorter Modifier and Type Field Description protected RenderableSorterModelBatch. sortertheRenderableSorterMethods in com.badlogic.gdx.graphics.g3d that return RenderableSorter Modifier and Type Method Description RenderableSorterModelBatch. getRenderableSorter()Constructors in com.badlogic.gdx.graphics.g3d with parameters of type RenderableSorter Constructor Description ModelBatch(RenderableSorter sorter)Construct a ModelBatchModelBatch(RenderContext context, RenderableSorter sorter)Construct a ModelBatch, using this constructor makes you responsible for calling context.begin() and context.end() yourself.ModelBatch(RenderContext context, ShaderProvider shaderProvider, RenderableSorter sorter)Construct a ModelBatch, using this constructor makes you responsible for calling context.begin() and context.end() yourself.ModelBatch(ShaderProvider shaderProvider, RenderableSorter sorter)Construct a ModelBatchModelCache(RenderableSorter sorter, ModelCache.MeshPool meshPool)Create a ModelCache using the specifiedRenderableSorterandModelCache.MeshPoolimplementation. -
Uses of RenderableSorter in com.badlogic.gdx.graphics.g3d.utils
Classes in com.badlogic.gdx.graphics.g3d.utils that implement RenderableSorter Modifier and Type Class Description classDefaultRenderableSorter
-