^Back To Top
Where does this specification shine in the real world?
# Define a ray shooting forward from the camera camera_pos = g3d.Vector3(0, 0, -10) ray = g3d.Ray(origin=camera_pos, direction=g3d.Vector3(0, 0, 1)) geometry3d.aip