123456789101112131415161718192021222324252627 |
- {
- "gem_name": "DiffuseProbeGrid",
- "version": "0.0.0",
- "display_name": "DiffuseProbeGrid",
- "license": "Apache-2.0 Or MIT",
- "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
- "origin": "Open 3D Engine - o3de.org",
- "origin_url": "https://github.com/o3de/o3de",
- "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.",
- "type": "Code",
- "canonical_tags": [
- "Gem"
- ],
- "user_tags": [
- "Environment",
- "Tools",
- "Design",
- "Lighting"
- ],
- "documentation_url": "https://www.o3de.org/docs/user-guide/components/reference/atom/diffuse-probe-grid/",
- "dependencies": [
- "Atom_RPI",
- "Atom",
- "LmbrCentral"
- ]
- }
|