Vertex color and animations
Vertex color and animations
how well is this supported for animations? I'm not sure what support irrlicht has on this, nor do I know how to search for this. I know it's possible to use vertex color, just that.
Irrlicht is love, Irrlicht is life, long live to Irrlicht
Re: Vertex color and animations
You mean color changes in animations? Not sure if there is any format in Irrlicht which supports that. Maybe the .X format could do it, but hard to test as there's hardly any software out there to create those. So I guess... looking bad.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Vertex color and animations
Just being able to use vertex color in an animated model is enough for me, although what you said still helps me for other things that I thought aboutCuteAlien wrote: Tue Mar 24, 2026 10:55 pm You mean color changes in animations? Not sure if there is any format in Irrlicht which supports that. Maybe the .X format could do it, but hard to test as there's hardly any software out there to create those. So I guess... looking bad.
Irrlicht is love, Irrlicht is life, long live to Irrlicht
Re: Vertex color and animations
Never tried, but from what I can see so far at least for skinned meshes the colors tend to be untouched by the animation. So you could change them same way as with other meshbuffers. Be careful it depends on the material settings if vertex colors are used or ignored.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Vertex color and animations
thanks CuteAlien
Irrlicht is love, Irrlicht is life, long live to Irrlicht