Package mindustry.graphics.g3d
Class MultiMesh
java.lang.Object
mindustry.graphics.g3d.MultiMesh
- All Implemented Interfaces:
arc.util.Disposable
,GenericMesh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
render
(PlanetParams params, arc.math.geom.Mat3D projection, arc.math.geom.Mat3D transform) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface arc.util.Disposable
isDisposed
-
Constructor Details
-
MultiMesh
-
-
Method Details
-
render
public void render(PlanetParams params, arc.math.geom.Mat3D projection, arc.math.geom.Mat3D transform) - Specified by:
render
in interfaceGenericMesh
-
dispose
public void dispose()- Specified by:
dispose
in interfacearc.util.Disposable
-