Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. OBJECT: T_MODEL
  2. {
  3. OBJECT: T_TRIANGLE
  4. {
  5. position = (0, 0, 0);
  6. position = (50, 0, 0);
  7. position = (0, 0, 50);
  8. color = 0xff0000;
  9. }
  10.  
  11. OBJECT: T_TRIANGLE
  12. {
  13. position = (0, 0, 50);
  14. position = (50, 0, 0);
  15. position = (50, 0, 50);
  16. color = 0xff0000;
  17. }
  18. }
  19.  
  20. OBJECT: T_POINTLIGHT
  21. {
  22. position = (50, 50, 50);
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement