Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. struct HitData
  2. {
  3. float t;
  4. Color color;
  5. Shape* lastShape = nullptr;
  6. Vec lastNormal;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement