tooll3 / t3

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

An equirectangular rendering node #367

Closed leon196 closed 9 months ago

leon196 commented 9 months ago

A node that takes a draw command and output an image color and depth with equirectangular mapping.

image

Each face of the cubemap is unwrapped and remapped as an equirectangle

image

Based on Bartosz answer from this stackoverflow link: https://stackoverflow.com/questions/34250742/converting-a-cubemap-into-equirectangular-panorama

pixtur commented 9 months ago

Wow. Thanks a lot of this contribution!