Shader question(solved)

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Shader question(solved)

Post by 3DModelerMan »

Hey! quik question.
Okay is there any function for shaders to load one into your project?
maybe like this?

Code: Select all

 loadShader("/*file path*/");
Thanks :lol:
Last edited by 3DModelerMan on Wed Jun 04, 2008 3:01 pm, edited 1 time in total.
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
mtest
Posts: 10
Joined: Mon Feb 18, 2008 8:41 pm

Post by mtest »

addHighLevelShaderMaterial(

And watch that cast at the end(the solid or transparent modes in the example on the main tutorials).
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

ohh....

Post by 3DModelerMan »

Wow cool.
Thanks. :lol:
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
Post Reply