gem.json 630 B

123456789101112131415161718192021222324
  1. {
  2. "gem_name": "Sponza",
  3. "version": "0.0.0",
  4. "display_name": "Sponza",
  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": "A standard test scene for Global Illumination (forked from crytek sponza scene)",
  11. "canonical_tags": [
  12. "Gem",
  13. "Asset"
  14. ],
  15. "user_tags": [
  16. "Sponza"
  17. ],
  18. "icon_path": "preview.png",
  19. "requirements": "",
  20. "documentation_url": "",
  21. "dependencies": [
  22. ]
  23. }