gem.json 980 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "gem_name": "LandscapeCanvas",
  3. "version": "0.0.0",
  4. "display_name": "Landscape Canvas",
  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. "type": "Tool",
  10. "summary": "The Landscape Canvas Gem provides the Landscape Canvas editor, a node-based graph tool for authoring gradient-based workflows to populate the landscape, such as dynamic vegetation and/or terrain.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Environment",
  16. "Design",
  17. "Tools"
  18. ],
  19. "icon_path": "preview.png",
  20. "requirements": "",
  21. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/environment/landscape-canvas/",
  22. "dependencies": [
  23. "GraphModel",
  24. "GradientSignal",
  25. "SurfaceData",
  26. "LmbrCentral",
  27. "GraphCanvas"
  28. ]
  29. }