gem.json 882 B

12345678910111213141516171819202122232425
  1. {
  2. "gem_name": "DiffuseProbeGrid",
  3. "version": "0.0.0",
  4. "display_name": "DiffuseProbeGrid",
  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 DiffuseProbeGrid Gem implements Diffuse Global Illumination using the Nvidia RTX-GI SDK. It renders global illumination on any meshes inside a user-placed volume, and can be set to real-time or baked.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "Environment",
  15. "Tools",
  16. "Design",
  17. "Lighting"
  18. ],
  19. "documentation_url": "https://www.o3de.org/docs/user-guide/components/reference/atom/diffuse-probe-grid/",
  20. "dependencies": [
  21. "Atom_RPI",
  22. "Atom",
  23. "LmbrCentral"
  24. ]
  25. }