gem.json 902 B

123456789101112131415161718192021222324252627
  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. "type": "Code",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Environment",
  16. "Tools",
  17. "Design",
  18. "Lighting"
  19. ],
  20. "documentation_url": "https://www.o3de.org/docs/user-guide/components/reference/atom/diffuse-probe-grid/",
  21. "dependencies": [
  22. "Atom_RPI",
  23. "Atom",
  24. "LmbrCentral"
  25. ]
  26. }