Advertisement
Lucas_3D

Untitled

Feb 14th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. (
  2. myRayXY = pickpoint()
  3. myRay = ray [(myRayXY[1]),(myRayXY[2]),10000] [0,0,-1]
  4. intersection = intersectRayScene myRay
  5. myPos = intersection[1][2].pos
  6. myBox = (box length:1 width:1 height:1 position:myPos)
  7. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement