Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Shade Mode state. HLSL node.

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
dragon_chichi

Shade Mode state. HLSL node.

Post by dragon_chichi » 17 Aug 2012, 19:31

Hello.
I want to change Shade Mode state from within "HLSL Shader" node. My code is:

technique Tech1
{
pass pass0
{
//CullMode = CW;
ShadeMode = FLAT;
vertexshader = compile vs_3_0 VS();
pixelshader = compile ps_3_0 PS();

}
}

It doesn't work. Why???

Post Reply