1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-23 20:47:45 +00:00
novus/renderer
Joshua Goins c7b6dd076c Add glTF import support, multiple fixes for upstream physis changes
Adds basic glTF import (although right now it only imports back
positions) and fixes support for more of the vertex data that's
available to us. The MDL file isn't written back out yet either, it only
displays in the viewport.
2023-12-09 14:49:31 -05:00
..
include Add glTF import support, multiple fixes for upstream physis changes 2023-12-09 14:49:31 -05:00
shaders Add glTF import support, multiple fixes for upstream physis changes 2023-12-09 14:49:31 -05:00
src Add glTF import support, multiple fixes for upstream physis changes 2023-12-09 14:49:31 -05:00
CMakeLists.txt renderer: Clean up CMakeLists, remove standalone window 2023-10-10 18:31:50 -04:00
README.md renderer: Add README 2023-10-10 17:56:09 -04:00

Renderer

This handles rendering FFXIV visual data, such as models and materials. It's still basic at the moment.