Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. fn voxel_aabb(v:Pnt3i)->(Pnt3f,Pnt3f) {
  2. ((v.cast().unwrap()-Vec3f::new(-0.5,-0.5,-0.5))*GRID_SIZE,
  3. (v.cast().unwrap()+Vec3f::new(0.5,0.5,0.5))*GRID_SIZE)
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement