Modding:Rendering API: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 1: Line 1:
A thorough tutorial is still missing, but until then you can look at the sample code on GitHub!
A thorough tutorial is still missing, but until then you can look at the sample code on GitHub!


https://github.com/anegostudios/vsmodexamples/blob/master/ScreenOverlayShaderExample.cs
* Setting up a custom Shader: https://github.com/anegostudios/vsmodexamples/blob/master/ScreenOverlayShaderExample.cs
* Rendering a HUD Element: https://github.com/anegostudios/vsmodexamples/blob/master/HudOverlaySample.cs

Revision as of 06:28, 1 March 2018

A thorough tutorial is still missing, but until then you can look at the sample code on GitHub!