Page 1 of 1

Is it possible to obtain the texture of a model with the shadows rendered in irrlicht?

Posted: Sun Feb 11, 2024 10:37 pm
by Noiecity
I want to get the textures or produce the textures from the current appearance of the model inside irrlicht engine, for example, that if the model is illuminated, get a texture with the uvmap coordinates of the illuminated model, something like "bake", something similar to the function that produces irredit when baking the lighting, anyone knows something about it? thanks

Re: Is it possible to obtain the texture of a model with the shadows rendered in irrlicht?

Posted: Mon Feb 12, 2024 11:19 am
by CuteAlien
Nothing build in. I googled a bit around, but that's too complicated for me to understand quickly (like https://computergraphics.stackexchange. ... mplemented). Also needs shaders.

I think you can do baking in Blender, but I suppose you know that probably.

Re: Is it possible to obtain the texture of a model with the shadows rendered in irrlicht?

Posted: Mon Feb 12, 2024 4:53 pm
by Noiecity
Yes, I know the bake in blender, thanks for trying to help anyway