Uses of Interface
com.badlogic.gdx.graphics.g3d.ModelCache.MeshPool
-
Packages that use ModelCache.MeshPool Package Description com.badlogic.gdx.graphics.g3d -
-
Uses of ModelCache.MeshPool in com.badlogic.gdx.graphics.g3d
Classes in com.badlogic.gdx.graphics.g3d that implement ModelCache.MeshPool Modifier and Type Class Description static classModelCache.SimpleMeshPoolA basicModelCache.MeshPoolimplementation that avoids creating new meshes at the cost of memory usage.static classModelCache.TightMeshPoolA tightModelCache.MeshPoolimplementation, which is typically used for static meshes (create once, use many).Constructors in com.badlogic.gdx.graphics.g3d with parameters of type ModelCache.MeshPool Constructor Description ModelCache(RenderableSorter sorter, ModelCache.MeshPool meshPool)Create a ModelCache using the specifiedRenderableSorterandModelCache.MeshPoolimplementation.
-