Package mindustry.graphics
Class CubemapMesh
java.lang.Object
mindustry.graphics.CubemapMesh
- All Implemented Interfaces:
arc.util.Disposable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidrender(arc.math.geom.Mat3D projection) voidsetCubemap(arc.graphics.Cubemap map) 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
-
CubemapMesh
public CubemapMesh(arc.graphics.Cubemap map)
-
-
Method Details
-
setCubemap
public void setCubemap(arc.graphics.Cubemap map) -
render
public void render(arc.math.geom.Mat3D projection) -
dispose
public void dispose()- Specified by:
disposein interfacearc.util.Disposable
-