Advertisement
Guest User

Untitled

a guest
Feb 26th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #define REGISTER_PRIMITIVE(container, size) \
  2. for (int i = 0; i < size; ++i) { \
  3. auto hit = OnRayCastAspect::onRayCast(container[i], ray); \
  4. /* ... */
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement