Advertisement
Guest User

Untitled

a guest
Apr 21st, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Whoa, that was fast. Ok that explains what it does in easy terms. Thank you.
  2.  
  3. The first line has <<2); instead of the diamond operator and the following img tag
  4.  
  5. edge was previously generated trough
  6. byte edge = (byte)(vertexLocations[i] >> 8); where vertexLocation is a ushort from the lookup table. Since i am not sure what to do with ushort, i took the next bigger datatype which is an int. Don't know if thats valid.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement