Feature #218
camera helper
Start date:
11/09/2024
Due date:
% Done:
0%
Estimated time:
Description
A few handy World methods that create and manipulate camera(s) have nothing to do with the world itself.
Move them to dedicated camera helper or utility class.
Related issues
History
Updated by Josip Almasi 10 days ago
- Assignee set to Josip Almasi
- Status changed from New to Resolved
Introduced helper class. Also removed universalCamera() method from the world, as babylon UniversalCamera uses incorrect speed calculation. Use firstPersonCamera() instead.