summaryrefslogtreecommitdiff
path: root/src/tests/test_3d_render.cc
AgeCommit message (Expand)Author
2026-02-04handoff(Claude): Stabilize 3D renderer with rotating skybox and two-pass arch...skal
2026-02-03fix: Implement proper skybox rendering with Perlin noiseskal
2026-02-03feat: side-quest - Perlin noise sky and ProcGenFunc error handlingskal
2026-02-03refactor: Task #20 - Platform & Code Hygieneskal
2026-02-03fix: Resolve shader initialization crashes and build errorsskal
2026-02-02fix(3d): Stabilize shadows and isolate floor grid textureskal
2026-02-02fix(3d): Distinguish floor grid from object texturesskal
2026-02-02test(3d): Enlarge objects and pack them closer to the centerskal
2026-02-02fix(3d): Tighten torus proxy hull and ensure floor grid visibilityskal
2026-02-02chore: Apply final code formatting and cleanupskal
2026-02-02fix(3d): Unify SDF path for all objects and stabilize shadowsskal
2026-02-02fix(3d): Restore and enhance 3D shadowsskal
2026-02-02fix(3d): Revert to working N-1 shadow configurationskal
2026-02-02fix(3d): Resolve missing shadows on floor planeskal
2026-02-02flesh out extra details in the MD filesskal
2026-02-02fix(gpu): Resolve high-DPI squished rendering and 3D shadow bugsskal
2026-02-02fix(shader): Correct WGSL loop syntax in calc_shadowskal
2026-02-02test(3d): Add procedural grid to floor and enable texturingskal
2026-02-02feat(3d): Implement unified shadow system with non-uniform scale supportskal
2026-02-02fix(3d): Correct shadow bug with non-uniform scaleskal
2026-02-02test(3d): Enhance test scene with more objectsskal
2026-02-02feat(3d): Add scaffolding for visual debugging (Task #18a)skal
2026-02-02fix(build): Add compatibility for older wgpu-native headersskal
2026-02-02refactor(platform): Encapsulate state in PlatformState structskal
2026-02-02feat(platform): Fix high-DPI scaling and add resolution optionskal
2026-02-01feat: Add seamless bump mapping with procedural noiseskal
2026-02-01feat: Implement hybrid rendering with SDF primitivesskal
2026-02-01feat: Implement 3D system and procedural texture managerskal