Page 1 of 1

Shader tutorial

Posted: Wed Jul 29, 2009 5:31 pm
by Balthazar
It would be great if someone could discribe how to add/edit shaders to 3dm models. I`d like to study it.

Re: Shader tutorial

Posted: Wed Jul 29, 2009 11:05 pm
by zuzuf
first you need to learn GLSL : http://www.opengl.org/documentation/glsl/
then just write your shader in the shader editor in 3DMEditor2 :) (just click the "shader" button in the surface properties window).

Re: Shader tutorial

Posted: Thu Jul 30, 2009 5:45 am
by Balthazar
I`m during study process of this, thanks. Does shaders apply to the whole model or I can specify the part of it.

Re: Shader tutorial

Posted: Thu Jul 30, 2009 7:42 am
by zuzuf
shaders apply to parts of the model (but to all the object it is linked to).