does Irrlicht support floating point texture?

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
comicsteam
Posts: 51
Joined: Thu Sep 11, 2008 2:24 pm
Location: Hong Kong
Contact:

does Irrlicht support floating point texture?

Post by comicsteam »

In ECOLOR_FORMAT there is no floating point color format
does Irrlicht support floating point texture?
if yes, how can i create it?
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

No, sorry. Not yet supported
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Except for by patches. However, this is not the full way (e.g. no support in IImage structures), which is why we didn't include it into the engine so far. If you only need RTTs with FP support, without manual access to the data, it should be enough.
Post Reply