float sdBox( vec3 p, vec3 b ) { vec3 q = abs(p) - b; return length(max(q,0.0)) + ... which is in languages like GLSL that don't have function pointers or ...
確定! 回上一頁