net.minecraft.client.renderer

public class CachedPerspectiveProjectionMatrixBuffer

implements AutoCloseable

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

Field summary

Modifier and TypeField
private final GpuBuffer
a
buffer
field_60066
buffer
private final GpuBufferSlice
b
bufferSlice
field_60067
slice
private final float
c
zNear
field_60068
nearZ
private final float
d
zFar
field_60069
farZ
private int
e
width
field_60070
width
private int
f
height
field_60071
height
private float
g
fov
field_60072
fov

Constructor summary

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

Method summary

Modifier and TypeMethod
public GpuBufferSlice
a(int arg0, int arg1, float arg2)
getBuffer(int arg0, int arg1, float arg2)
method_71095(int arg0, int arg1, float arg2)
set(int width, int height, float fov)
private org.joml.Matrix4f
b(int arg0, int arg1, float arg2)
createProjectionMatrix(int arg0, int arg1, float arg2)
method_71097(int arg0, int arg1, float arg2)
getMatrix(int width, int height, float fov)
public void
close()
close()