PHOBOSS
PHOBOSS
TIPThe Iris Project
Created by PHOBOSS on 3/4/2024 in #iris-issues
How does Iris handle End Gateway/Portal rendering with shaders?
I'm trying to render an end gateway block but I'm having trouble with it when I enable shaders: I'm trying to understand how Iris renders them with shaders but I can't seem to find where to start: https://github.com/IrisShaders/Iris/blob/f0f6a27453d44a18e1c655880dca0baf2de03c9a/src/main/java/net/coderbot/iris/mixin/MixinGameRenderer.java#L403 Code:
public static void renderMirageBlockEntity(BlockEntity blockEntity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers){
blockEntityRenderDispatcher.render(blockEntity,tickDelta,matrices,vertexConsumers);
}
public static void renderMirageBlockEntity(BlockEntity blockEntity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers){
blockEntityRenderDispatcher.render(blockEntity,tickDelta,matrices,vertexConsumers);
}
12 replies
TIPThe Iris Project
Created by PHOBOSS on 2/10/2024 in #iris-issues
how do I enable "transparent face sorting"?
Hello! ITLSupress said it's disabled by default. How do I enable it?
30 replies
TIPThe Iris Project
Created by PHOBOSS on 1/19/2024 in #iris-issues
Giant stretched-out black triangles glitch
No description
4 replies
TIPThe Iris Project
Created by PHOBOSS on 8/30/2023 in #iris-issues
a lot of dots appear if I turn off my HUD or switch to third person:
BSL
16 replies