float t = -dot(plane, vec4(ray.origin, 1.0))/dot(plane.xyz, ray.dir);. return (t > 0.0) ? t : NO_HIT;. } float sqr(float x) { return x*x; }.
確定! 回上一頁