Releases: JunioJsv/juniojsv-engine
Releases · JunioJsv/juniojsv-engine
v1.2.0
What's Changed
🔥 New Features
- Implemented frustum culling using boundary rectangle and ellipsoid.
- Added support for resolution scaling via FBO.
- Improved resource management and implemented a debugger to view entity boundaries.
- Implemented texture scaling for beings and scale in 3 dimensions.
🛠 Refactoring and Improvements
- Removed some getters and adjusted attribute/method visibility.
- Applied Tell, Don’t Ask principle in some classes.
- Normalized and improved camera movement.
- Refactored
IRenderContext.kt
toWindowContext
. - General improvements in RAM and VRAM memory usage.
🐞 Bug Fixes
- Fixed VRAM memory leak when rendering the Debugger.
- Fixed crash on window minimize.
Full Changelog: v1.0.1...v1.2.0