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 TypeMethodDescriptionvoiddispose()voidrender(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, waitMethods 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:
renderin interfaceGenericMesh
-
dispose
public void dispose()- Specified by:
disposein interfacearc.util.Disposable
-