Package | Description |
---|---|
net.minecraft.client.renderer | |
net.minecraft.client.renderer.culling |
Modifier and Type | Method and Description |
---|---|
void |
RenderGlobal.clipRenderersByFrustum(ICamera par1ICamera,
float par2)
Checks all renderers that previously weren't in the frustum and 1/16th of those that previously were in the
frustum for frustum clipping Args: frustum, partialTickTime
|
void |
RenderGlobal.renderEntities(Vec3 par1Vec3,
ICamera par2ICamera,
float par3)
Renders all entities within range and within the frustrum.
|
void |
WorldRenderer.updateInFrustum(ICamera par1ICamera) |
Modifier and Type | Class and Description |
---|---|
class |
Frustrum |