CubeMap Colorizer¶
- CubeMapColorizer.fuse
... can be downloaded and copied manually into your fuses folder if needed - CubeMapColorizer.comp
... needs the repository to be checked out as described in the README
Fuse to colorize horizontal cross image that is meant to be used as a cube map.
What you can do with it:
- Connect a CubeMapLoader to it ... and you see the cube's faces colorized by different colors
- Connect any tool that accepts a horizontal cross texture as a cube map to see where the cube's faces end up
Things to discover in its source code:
- Creating a simple, fully Lua based tool for Fusion
- This Fuse is a very lightweight example of how one can implement a fragment shader via DCTL