hi community,
i’m a newby in using Panda3D (i started 2 weeks ago), and i have some problems using the cell shading
In fact, I use the shaders i found in my usr/share/Panda3D/sample, particulary these of Cell-Shading tutorial (with nik the dragon)
When I use it with my egg models created with blender the colors have some problem
If i create a model with no color and i use setColor to colored it, I lost the color when I started the shader …
The only way to have the good color with my shader is to colord my mesh egg with the atribute {1.0 0.0 0.0 1.0} (for exemple with red)
Could you help me
Thanks
Paul