plane.unit 682 B

12345678910111213141516171819202122232425262728293031323334353637
  1. components = {
  2. "805e9323-578b-4d22-8414-b15b1a5ff7bc" = {
  3. type = "transform"
  4. data = {
  5. position = [0 0 0]
  6. rotation = [ 0 0 0 1 ]
  7. scale = [1 1 1]
  8. }
  9. }
  10. "445eb72e-e80d-4549-95db-2438f3401168" = {
  11. type = "mesh_renderer"
  12. data = {
  13. mesh_resource = "plane"
  14. geometry_name = "Plane"
  15. material = "grid"
  16. visible = true
  17. }
  18. }
  19. "114ece38-a553-4a49-8fa7-07b49e061a66" = {
  20. type = "collider"
  21. data = {
  22. class = "asteroid"
  23. material = "asteroid"
  24. shape = "convex_hull"
  25. scene = "plane"
  26. name = "Plane"
  27. }
  28. }
  29. "52cec360-697d-4493-a369-1674bcb1d236" = {
  30. type = "actor"
  31. data = {
  32. class = "static"
  33. mass = 50
  34. collision_filter = "default"
  35. }
  36. }
  37. }