-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* datatool: make lowercase again. Seems like an accident made in 94255f7 (September 2021). * datatool: port away from assimp. Using SceneTools to perform a transformation and concatenation of all meshes in the file instead. The copy back to the ancient habitat MeshData structure is what makes this longer than it could be but I don't want to touch that as well now. With this, the Assimp::Assimp CMake target doesn't need to be found (or made) anymore, it was additionally errorneously linked to the bindings as well. * Update to latest Magnum. The applications got an overhaul for first-class touch and pen support, meaning the events are renamed now. Since GLFW doesn't support touch or pen, nothing else needs to be done really. Besides that, Magnum itself bundles the Find modules, meaning they don't need to have copies here anymore, unless used directly such as FindBullet. * CMake: include 3rd party dependencies as SYSTEM to reduce warning spam. * refactor viewer.py applications for new Application Pointer API updates --------- Co-authored-by: Alexander Clegg <[email protected]>
- Loading branch information
Showing
22 changed files
with
977 additions
and
1,012 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.