raytk
raytk copied to clipboard
Raymarching shader toolkit for TouchDesigner
Pieces of shader code that could be used in place of a parameter value
This is not about surface texturing in general. It's about a specific technique mentioned in passing in this video: https://youtu.be/8pwXpfi-0bU?t=1794 It gives the surface a sort of texturing that's kind...
It may allow the GPU to better optimize things by treating them as constants internally.
Hi, Is there a way to run the RayTK library without Touchdesigner ? Maybe in C++ or compile/export the shaders for running them on WebGL or something like that? It...
See #657 for details about how SDFs differ from traditional SOP geometry. Options: Using a pointMapRender with a grid of points can produce distance values for each point, which can...