NcStudios / NcEngine

NcEngine: 3D game engine written in modern C++ and Vulkan
https://ncstudios.itch.io/
MIT License
40 stars 2 forks source link

Update Sample Scenes #577

Closed McCallisterRomer closed 3 months ago

McCallisterRomer commented 3 months ago

Reducing/combining sample scenes:

All other scenes are deleted, along with prefabs and unused assets.

Also added Transform::LookAt() and DecomposeMatrix() functions for a camera in the physics scene.