space-game/public/assets
Michael Mainguy 17c98c6102
All checks were successful
Build / build (push) Successful in 1m25s
Fix explosion audio delay by using lightweight TransformNode
Changes:
- Replace MeshBuilder.CreateSphere() with TransformNode in rockFactory.ts
- Eliminates 15-50ms geometry creation delay before audio playback
- Spatial audio only needs position data, not full mesh geometry
- Sound now plays immediately on asteroid collision

Technical details:
- TransformNode is a lightweight position container with no geometry
- No vertex buffers or WebGL resources to allocate
- Instantaneous creation removes blocking operation from critical path
- Maintains spatial audio positioning without performance overhead

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-10 14:04:16 -06:00
..
materials/planetTextures Refactor asteroid scaling and reorganize assets 2025-11-10 12:19:31 -06:00
themes/default Fix explosion audio delay by using lightweight TransformNode 2025-11-10 14:04:16 -06:00