hello_triangle 392 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [ # objects
  2. [ # object
  3. object
  4. [ # shape
  5. 0 1 0
  6. -1 -1 0
  7. 1 -1 0
  8. ]
  9. [ # color
  10. 0.3 0.6 1
  11. ]
  12. [ # matrix
  13. 1 0 0 0
  14. 0 1 0 0
  15. 0 0 1 0
  16. 0 0 0 1
  17. ]
  18. [ # actions
  19. [rotate [ 0.01 z ]]
  20. ]
  21. ]
  22. [ # triangle
  23. tri
  24. [ # shape
  25. 0 1 0
  26. -1 -1 0
  27. 1 -1 0
  28. ]
  29. [ # color
  30. 1 0 0
  31. ]
  32. [ # matrix
  33. 1 0 0 -2
  34. 0 1 0 0
  35. 0 0 1 -1
  36. 0 0 0 1
  37. ]
  38. [ # actions
  39. ]
  40. ]
  41. ]