tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

Equirectangle update #378

Closed leon196 closed 9 months ago

leon196 commented 9 months ago

Updated resolution parameter with an enumerator. Tried to fix seam issues and maximum resolution possible. Did change the way it works, using render targets instead of slicing viewport, allowing better face resolution of the cubemap. Unfortunately the depth buffer had seam with this technique and is very costly in performance for SSAO. For the moment depth buffer is disabled.

image

leon196 commented 9 months ago

something is wrong at the moment, I have to fix the things before doing an actual pull request.