C++ OpenGL to Irrlicht (Using OpenGL functions in irrlicht)

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, you cannot load raw textures with RGBF32 in Irrlicht.
LosNir
Posts: 43
Joined: Wed Dec 19, 2007 6:38 pm
Location: Israel
Contact:

Post by LosNir »

I see. Is it possible to convert raw texture into bitmap texture? Photoshop can do the work?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

If you don't need the extra precision that would work. Otherwise, you'd need the HDR patches from irrext, that should allow to load directly into the floating point textures.
Post Reply