Package mindustry.graphics
Class CubemapMesh
java.lang.Object
mindustry.graphics.CubemapMesh
- All Implemented Interfaces:
Disposable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.void
void
setCubemap
(Cubemap map) 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
-
CubemapMesh
-
-
Method Details
-
setCubemap
-
render
-
dispose
public void dispose()Description copied from interface:Disposable
Releases all resources of this object.- Specified by:
dispose
in interfaceDisposable
-