Guest User

Untitled

a guest
Nov 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. module torment.entity.camera;
  2.  
  3. import torment.math.vector;
  4.  
  5. struct Camera {
  6. dvec3 position;
  7. }
Add Comment
Please, Sign In to add comment