gem.json 1.0 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "gem_name": "Terrain",
  3. "version": "0.0.0",
  4. "display_name": "Terrain",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "Open 3D Engine - o3de.org",
  8. "origin_url": "https://github.com/o3de/o3de",
  9. "summary": "The Terrain Gem is an experimental terrain system. The terrain system maps height, color, and surface data to regions of the world, provides gradient-based and shape-based authoring tools and workflows, includes specialized rendering for efficient display, and integrates with physics for physical simulation.",
  10. "type": "Code",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Environment",
  16. "Tools",
  17. "Design",
  18. "Terrain"
  19. ],
  20. "documentation_url": "https://www.o3de.org/docs/user-guide/gems/reference/environment/terrain/",
  21. "dependencies": [
  22. "Atom_RPI",
  23. "Atom",
  24. "GradientSignal",
  25. "SurfaceData",
  26. "LmbrCentral"
  27. ]
  28. }