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 ResourceLocation
private final CachedPerspectiveProjectionMatrixBuffer
private static final int
private final GpuBuffer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
private static GpuBuffer
void
registerTextures
(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:
close
in interfaceAutoCloseable
-