obstacles.xml 3.4 KB

12345678910111213141516171819202122232425262728293031
  1. <environment>
  2. <!-- Rotated cuboids represented as prisms -->
  3. <object position="center 100 100 0" orientation="0 0 0" shape="prism 100 100 150 200 150 200 50 100 50" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  4. <object position="center 250 100 0" orientation="30 0 0" shape="prism 100 100 150 200 150 200 50 100 50" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  5. <object position="center 400 100 0" orientation="45 0 0" shape="prism 100 100 150 200 150 200 50 100 50" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  6. <object position="center 550 100 0" orientation="60 0 0" shape="prism 100 100 150 200 150 200 50 100 50" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  7. <object position="center 700 100 0" orientation="75 0 0" shape="prism 100 100 150 200 150 200 50 100 50" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  8. <object position="center 850 100 0" orientation="90 0 0" shape="prism 100 100 150 200 150 200 50 100 50" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  9. <!-- Rotated cuboids -->
  10. <object position="center 1100 100 0" orientation="0 0 0" shape="cuboid 100 100 100" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  11. <object position="center 1250 100 0" orientation="30 0 0" shape="cuboid 100 100 100" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  12. <object position="center 1400 100 0" orientation="45 0 0" shape="cuboid 100 100 100" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  13. <object position="center 1550 100 0" orientation="60 0 0" shape="cuboid 100 100 100" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  14. <object position="center 1700 100 0" orientation="75 0 0" shape="cuboid 100 100 100" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  15. <object position="center 1850 100 0" orientation="90 0 0" shape="cuboid 100 100 100" material="concrete" line-color="0 0 0" fill-color="112 128 144"/>
  16. <!-- Rotated hexagon-based prisms -->
  17. <object position="center 100 300 0" orientation="0 0 0" shape="prism 100 -86.6 -50 0 -100 86.6 -50 86.6 50 0 100 -86.6 50" material="brick" fill-color="203 65 84" />
  18. <object position="center 300 300 0" orientation="30 0 0" shape="prism 100 -86.6 -50 0 -100 86.6 -50 86.6 50 0 100 -86.6 50" material="brick" fill-color="203 65 84" />
  19. <!-- Rotated tetrahedrons -->
  20. <object position="center 500 300 0" orientation="0 0 0" shape="prism 100 0 0 150 0 75 129.9" material="brick" fill-color="47 165 28" />
  21. <object position="center 650 300 0" orientation="30 0 0" shape="prism 100 0 0 150 0 75 129.9" material="brick" fill-color="47 165 28" />
  22. <object position="center 800 300 0" orientation="60 0 0" shape="prism 100 0 0 150 0 75 129.9" material="brick" fill-color="47 165 28" />
  23. <!-- Rotated polyhedrons -->
  24. <object position="center 500 450 0" orientation="30 0 0" shape="polyhedron 0 0 100 0 100 0 0 100 100 100 0 100 100 100 100 100 0 0 100 100 0 0 0 0" material="brick" fill-color="47 165 28" />
  25. <object position="center 700 450 0" orientation="67 0 0" shape="polyhedron 0 100 100 100 100 0 0 0 0 100 0 100" material="brick" fill-color="47 165 28" />
  26. <object position="center 900 450 0" orientation="10 0 0" shape="polyhedron 0 100 100 100 100 0 0 0 0 100 0 100 55 252 0" material="brick" fill-color="47 165 28" />
  27. </environment>