net.minecraft.client.render

public class ProjectionMatrix3

implements AutoCloseable

net.minecraft.client.renderer.CachedPerspectiveProjectionMatrixBuffer
net.minecraft.class_11279
net.minecraft.client.render.ProjectionMatrix3

Field summary

Modifier and TypeField
private final GpuBuffer
buffer
field_60066
buffer
private final GpuBufferSlice
bufferSlice
field_60067
slice
private final float
zNear
field_60068
nearZ
private final float
zFar
field_60069
farZ
private int
width
field_60070
width
private int
height
field_60071
height
private float
fov
field_60072
fov

Constructor summary

ModifierConstructor
public (String name, float nearZ, float farZ)

Method summary

Modifier and TypeMethod
public GpuBufferSlice
getBuffer(int width, int height, float fov)
method_71095(int arg0, int arg1, float arg2)
set(int width, int height, float fov)
private org.joml.Matrix4f
createProjectionMatrix(int width, int height, float fov)
method_71097(int arg0, int arg1, float arg2)
getMatrix(int width, int height, float fov)
public void
close()
private static String
lambda$new$0(String arg0)
method_71096(String arg0)
method_71096(String arg0)