walksanatora / hexxy-dimensions

take a ae2 spatial cell. and make it unfathomably cursed
Creative Commons Zero v1.0 Universal
1 stars 5 forks source link

Incompatible with Iris/Oculus/Sodium/Embedium #6

Closed httpedor closed 4 months ago

httpedor commented 6 months ago

Iris doesn't really like the ctx.worldRenderer().renderLayer call. It also didn't like the WorldRendererMixin, but I'm almost sure that vanilla has a "ScreenSize" uniform so that shouldn't be too hard to fix. Also happy to report that the mod works great with the Sinytra Connector mod on forge.

walksanatora commented 6 months ago

vanilla has that uniform. but it is not passed to this shader. it is passed to other core shaders. but not mine. (hence the need to pass it via mixin)

walksanatora commented 6 months ago

and yea... I sadly have no clue where to start with this...

httpedor commented 6 months ago

While I was researching how other mods did this, I found this if it helps https://github.com/anthxnymc/CustomSkyboxes/blob/master/src/main/java/vice/customskyboxes/mixin/skybox/SkyboxRenderMixin.java