Unable to see through portals
JimJebadiah opened this issue ยท 13 comments
I can't reproduce this issue.(I don't have a mac) Maybe the internal server is lagging. Try to reduce render distance?
Try to run command
/immersive_portals_debug multithreaded_chunk_loading_disable
/immersive_portals_debug advanced_frustum_culling_disable
/immersive_portals_debug hacked_chunk_render_dispatcher_disable (running this command may crash the game. if crashed, try again)
then run /immersive_portals_debug report_resource_consumption
and tell me its output
Ok so I updated to the 0.6 version of the mod and the issue is still there. I cannot see the sun, moon, or stars through the portal, and i set my render distance to 2. After running all of those commands this was the output:
Client Chunk:
minecraft:the_nether 9
minecraft:overworld 49
I'm assuming you mean this but if you meant something else please let me know
It seems that OpenGL does not support stencil buffer. Try to upgrade Graphics driver?
I made another rendering system. Try 0.7 version and use this command:
/immersive_portals_debug switch_to_compatibility_renderer
In compatibility mode, it can't render the portal inside portal
Its possible that it may be a mac issue. Tomorrow I'm going to try to test it on another mac to see if it carries over.
I just ran into this issue too, with the exact same symptoms (including being able to see transparent blocks through portals in compatibility mode). Tested on 0.10 and 0.11 with no other mods loaded. I'm on macOS too, so it seems that is actually the cause.