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

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Noiecity
Posts: 92
Joined: Wed Aug 23, 2023 7:22 pm
Contact:

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

Post 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
**
If you are looking for people with whom to develop your game, even to try functionalities, I can help you, free and in an anonymous way if necessary. You can send me a private message.

https://www.artstation.com/noiecty
**
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

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

Post 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.
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
Noiecity
Posts: 92
Joined: Wed Aug 23, 2023 7:22 pm
Contact:

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

Post by Noiecity »

Yes, I know the bake in blender, thanks for trying to help anyway
**
If you are looking for people with whom to develop your game, even to try functionalities, I can help you, free and in an anonymous way if necessary. You can send me a private message.

https://www.artstation.com/noiecty
**
Post Reply