Package net.minecraft.client.renderer
Class CubeMap
java.lang.Object
net.minecraft.client.renderer.CubeMap
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ResourceLocationprivate final CachedPerspectiveProjectionMatrixBufferprivate static final intprivate final GpuBuffer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private static GpuBuffervoidregisterTextures(TextureManager pTextureManager) void
-
Field Details
-
SIDES
private static final int SIDES- See Also:
-
vertexBuffer
-
projectionMatrixUbo
-
location
-
-
Constructor Details
-
CubeMap
-
-
Method Details
-
render
-
initializeVertices
-
registerTextures
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-