THANK YOU MUCH, This is a blessing. now to figure out how you fixed it heh...
Best Regards, Clayton
(C++)Irrlicht 1.1 : Fake Glow,Dream and Night Vision
thanks! it works great!
those who finds it too bright or too dark, change this:
CEffects.cpp
to any color u want
those who finds it too bright or too dark, change this:
CEffects.cpp
Code: Select all
VertexQuad[0].Color = video::SColor(10,60,60,60);
VertexQuad[1].Color = video::SColor(10,60,60,60);
VertexQuad[2].Color = video::SColor(10,60,60,60);
VertexQuad[3].Color = video::SColor(10,60,60,60);
Re: (C++)Irrlicht 1.1 : Fake Glow,Dream and Night Vision
All the links have long gone on this post, anyone know where a copy might be? Looking for a glow and "Magic ray" or "God ray " effect...