Python1320

CapsAdmin

Feb 25th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local matrix = {
  2.     right = Vector(1,0,0),
  3.     forward = Vector(0,1,0),
  4.     up = Vector(0,0,1),
  5.    
  6.     direction = Vector(0,0,0),
  7. }
  8.  
  9. local matrix = {
  10.     1 0 0
  11.     0 1 0
  12.     0 0 1
  13.     0 0 0
  14. }
Advertisement
Add Comment
Please, Sign In to add comment