gem.json 962 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "gem_name": "AtomContent",
  3. "version": "0.0.0",
  4. "display_name": "Atom Content",
  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": "Asset",
  10. "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>.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Rendering",
  16. "Assets",
  17. "Tools"
  18. ],
  19. "requirements": "",
  20. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/rendering/atom/atom-content/",
  21. "dependencies": [
  22. "Sponza",
  23. "ReferenceMaterials"
  24. ],
  25. "external_subdirectories": [
  26. "Sponza",
  27. "ReferenceMaterials",
  28. "TestData"
  29. ]
  30. }