Advertisement
robn

Untitled

Apr 25th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if lod == 1 then
  2. load_obj('asp_lod1.obj')
  3. elseif lod == 2 then
  4. load_obj('asp_lod2.obj')
  5. else
  6. load_obj('asp_lod3.obj')
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement