ray
set_hull
local ray = ray_t()
ray:set_hull(vector(-4, -4, -4), vector(4, 4, 4)) -- Traces a cube (8x8x8).set_sphere
Last updated
local ray = ray_t()
ray:set_hull(vector(-4, -4, -4), vector(4, 4, 4)) -- Traces a cube (8x8x8).Last updated
local ray = ray_t()
ray:set_sphere(vector(0, 0, 0), 10) -- Traces a sphere.