Class CubeMap
java.lang.Object
net.minecraft.client.renderer.CubeMap
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Identifierprivate final Projectionprivate static final floatprivate static final floatprivate static final floatprivate final ProjectionMatrixBufferprivate static final intprivate final GpuBuffer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private static GpuBuffervoidregisterTextures(TextureManager textureManager) void
-
Field Details
-
SIDES
private static final int SIDES- See Also:
-
PROJECTION_Z_NEAR
private static final float PROJECTION_Z_NEAR- See Also:
-
PROJECTION_Z_FAR
private static final float PROJECTION_Z_FAR- See Also:
-
PROJECTION_FOV
private static final float PROJECTION_FOV- See Also:
-
vertexBuffer
-
projection
-
projectionMatrixUbo
-
location
-
-
Constructor Details
-
CubeMap
-
-
Method Details
-
render
-
initializeVertices
-
registerTextures
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-