Immersive Portals

Immersive Portals

5M Downloads

Minimum camera depth doesn't scale in scaled portals causing see-through-blocks glitch

ImSpaceLover opened this issue ยท 3 comments

commented

This is a view near the portal with scale 0.03125 (1/32)
image

This is a view after entering the portal. It looks normal because minimum camera depth is set to 0.
image

In-portal camera should have 0 depth or its depth should scale with portal scale because as I can see 0 camera depth causes other unrelated issues.

commented

I made a switch that enable depth clamp but that is only enabled when MiniScaled is presend. Try installing MiniScaled.

commented

I refactored my building to make it work with bigger scales, so this glitch doesn't occur anymore. But in my opinion fixing this issue in the base mod would be good, because I can't download more mods in my type of projects

commented

Fixed