raytk
raytk copied to clipboard
Raymarching shader toolkit for TouchDesigner
Based on ArtOfCode tutorial: https://www.youtube.com/watch?v=pmS-F6RJhAk
It also ignores the Swap Inputs setting.
Many snippets could replace tests. There are some things that are needed in tests that would be overkill in snippets. So maybe only those parts go into separate toxes.
- [x] Unused settings in inputHandler - [x] Parts of inputHandler that are only relevant in devel (i.e. docs) - [x] Stage init code - [x] Centralize shared tables with...
https://www.shadertoy.com/view/ldcGWH https://www.shadertoy.com/view/wljSz1 https://www.shadertoy.com/view/4tlcWj
Only include parameters and code that's actually needed.
For some reason the typeSpec isn't updating until you navigate into its network. Seems to be inconsistently reproducible.
- [x] expose parameter - [x] animate parameter - [x] add shaderConfig - [x] find/highlight references - [x] combine sdfs - [x] combine fields - [ ] convert a combine...