Hello everyone,
Recently, I started coding shaders in VVVV, and I have a few questions.
First and most importantly, is there a way to access the information (position, direction, intensity, color) of the lights connected to the root scene in the shader via a stream?
Secondly, I am inheriting the VS_PS_Base
shader to override the vertex and fragment shaders as shown in a video course in the Node20 bundle from Node Institute. However, this shader is not found in the Stride Shader Explorer (I’m also using this opportunity to thank the author – the software has been a huge help!). Is there a place where I can see the code of VS_PS_Base
? the shader seems to be similar to the ShaderBase with more shaders inherited and I would love to see what exactly is in the shader.
Thanks for your help,
AG