gem.json 918 B

12345678910111213141516171819202122232425262728
  1. {
  2. "gem_name": "AtomContent",
  3. "display_name": "Atom Content",
  4. "license": "Apache-2.0 Or MIT",
  5. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  6. "origin": "Open 3D Engine - o3de.org",
  7. "origin_url": "https://github.com/o3de/o3de",
  8. "type": "Asset",
  9. "summary": "The Atom Content Gem provides assets for Atom Renderer and a modified version of the <a href='https://renderman.pixar.com/look-development-studio'>Pixar Look Development Studio</a>.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "Rendering",
  15. "Assets",
  16. "Tools"
  17. ],
  18. "requirements": "",
  19. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/rendering/atom/atom-content/",
  20. "dependencies": [
  21. "Sponza",
  22. "ReferenceMaterials"
  23. ],
  24. "external_subdirectories": [
  25. "Sponza",
  26. "ReferenceMaterials"
  27. ]
  28. }