Commit Graph

3 Commits

Author SHA1 Message Date
1660915678 feat: added near & far planes to camera3D 2025-10-23 10:04:56 +03:00
988a6f67f2 BREAKING CHANGE: renamed original Behaviour class to BehaviourInternal, and replaced it with BehaviourBase
Original Behaviour was using old methods for detecting entering/exiting universe,
they are now all under the same hood and the original is kept for UniverseEntranceManager
because it needs to enter the universe without itself. The internal behaviour kept under
a subnamespace of "Core.Internal" for the purpose that it might come in handy for other use cases.
2025-10-22 16:50:19 +03:00
61ff0887e2 feat: 3D camera added 2025-10-19 00:28:40 +03:00