wrong ordering of matricies
This commit is contained in:
@@ -117,7 +117,7 @@ dependencies {
|
|||||||
//modRuntimeOnlyMsk("maven.modrinth:modmenu:15.0.0")
|
//modRuntimeOnlyMsk("maven.modrinth:modmenu:15.0.0")
|
||||||
|
|
||||||
modCompileOnly("maven.modrinth:iris:1.9.3+1.21.9-fabric")
|
modCompileOnly("maven.modrinth:iris:1.9.3+1.21.9-fabric")
|
||||||
//modRuntimeOnlyMsk("maven.modrinth:iris:1.9.3+1.21.9-fabric")
|
modRuntimeOnlyMsk("maven.modrinth:iris:1.9.3+1.21.9-fabric")
|
||||||
|
|
||||||
//modCompileOnly("maven.modrinth:starlight:1.1.3+1.20.4")
|
//modCompileOnly("maven.modrinth:starlight:1.1.3+1.20.4")
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import com.mojang.blaze3d.buffers.GpuBufferSlice;
|
|||||||
import me.cortex.voxy.client.core.IGetVoxyRenderSystem;
|
import me.cortex.voxy.client.core.IGetVoxyRenderSystem;
|
||||||
import me.cortex.voxy.client.core.VoxyRenderSystem;
|
import me.cortex.voxy.client.core.VoxyRenderSystem;
|
||||||
import me.cortex.voxy.client.core.util.IrisUtil;
|
import me.cortex.voxy.client.core.util.IrisUtil;
|
||||||
|
import me.cortex.voxy.common.Logger;
|
||||||
import net.caffeinemc.mods.sodium.client.render.chunk.ChunkRenderMatrices;
|
import net.caffeinemc.mods.sodium.client.render.chunk.ChunkRenderMatrices;
|
||||||
import net.caffeinemc.mods.sodium.client.util.FogStorage;
|
import net.caffeinemc.mods.sodium.client.util.FogStorage;
|
||||||
import net.minecraft.client.MinecraftClient;
|
import net.minecraft.client.MinecraftClient;
|
||||||
@@ -33,8 +34,8 @@ public class MixinWorldRenderer {
|
|||||||
boolean renderBlockOutline,
|
boolean renderBlockOutline,
|
||||||
Camera camera,
|
Camera camera,
|
||||||
Matrix4f positionMatrix,
|
Matrix4f positionMatrix,
|
||||||
Matrix4f basicProjectionMatrix,
|
|
||||||
Matrix4f projectionMatrix,
|
Matrix4f projectionMatrix,
|
||||||
|
Matrix4f basicProjectionMatrix,
|
||||||
GpuBufferSlice fogBuffer,
|
GpuBufferSlice fogBuffer,
|
||||||
Vector4f fogColor,
|
Vector4f fogColor,
|
||||||
boolean renderSky,
|
boolean renderSky,
|
||||||
|
|||||||
Reference in New Issue
Block a user