When I study HLSL for fun recently, I suddenly find out my time based material in hlsl are really slow. I know I can easily change it’s speed by multiple a number. But just out of curiosity, why the time node in material node seem to run in second, but in hlsl it seem to run much slower?
The code in custom node is simply : return sin(t);