Python1320

CapsAdmin

Feb 25th, 2011
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 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.     angle = Angle(0,0,0),
  6. }
  7.  
  8. local matrix = {
  9.     1 0 0
  10.     0 1 0
  11.     0 0 1
  12.     0 0 0
  13. }
Advertisement
Add Comment
Please, Sign In to add comment