1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-22 12:07:45 +00:00
novus/renderer/README.md

9 lines
431 B
Markdown
Raw Normal View History

2023-10-10 17:56:09 -04:00
# 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.