tolelom
6bc77cb777
feat(renderer): add ORM and emissive texture map support to PBR pipeline
- Extended bind group 1: albedo + normal + ORM + emissive (8 bindings)
- pbr_shader.wgsl: ORM sampling (R=AO, G=roughness, B=metallic) + emissive
- deferred_gbuffer.wgsl: ORM + emissive luminance in material_data.w
- deferred_lighting.wgsl: emissive contribution from G-Buffer
- All 5 PBR examples updated with default ORM/emissive textures
- Backward compatible: old 4-binding layout preserved
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 20:41:30 +09:00
..
2026-03-25 14:18:50 +09:00
2026-03-25 20:34:54 +09:00
2026-03-25 11:35:05 +09:00
2026-03-25 20:38:56 +09:00
2026-03-25 15:51:12 +09:00
2026-03-25 10:45:06 +09:00
2026-03-25 14:29:41 +09:00
2026-03-25 18:28:44 +09:00
2026-03-24 19:34:39 +09:00
2026-03-25 20:41:30 +09:00
2026-03-25 18:30:26 +09:00