mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 20:47:45 +00:00
Implement is in quotes because it doesn't work yet, the code is just written. We still need actual framebuffers to do work in and not the swapchain image we're reusing. In other news, the GBuffer shader now works and outputs normals! I forced it to simple texture mode for now so it makes development easier. |
||
---|---|---|
.. | ||
include | ||
shaders | ||
src | ||
CMakeLists.txt | ||
README.md |
Renderer
This handles rendering FFXIV visual data, such as models and materials.
Currently it has a basic rendering method enabled by default, which is limited to displaying a material's diffuse texture and not much else.
Experimental
There's a more advanced renderer which is still in development, which uses the game's own shaders to render models. Launch any Novus tool with NOVUS_USE_NEW_RENDERER=1
set to enable it.