Frad LEE
Frad LEE
## Summary Optimize WebXR animation performance by implementing object pooling for frequently allocated Three.js Vector3 objects to reduce garbage collection pressure. ## Current State - `CameraController3D` creates `tempVector` with useMemo...
## Summary The current WebXR error logging API uses in-memory rate limiting by IP address, which may not be optimal for production environments with load balancers and proxy configurations. ##...
The startup script now finds an available port for the login server, starting from 3000, instead of using a hardcoded value. This prevents startup failures when the default port is...