| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d |
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelCache.SimpleMeshPool
A basic
ModelCache.MeshPool implementation that avoids creating new meshes at the cost of memory usage. |
static class |
ModelCache.TightMeshPool
A tight
ModelCache.MeshPool implementation, which is typically used for static meshes (create once, use many). |
| Constructor and Description |
|---|
ModelCache(RenderableSorter sorter,
ModelCache.MeshPool meshPool)
Create a ModelCache using the specified
RenderableSorter and ModelCache.MeshPool implementation. |