Page 1 of 1

Draw Text To Texture

Posted: Tue Nov 14, 2006 15:57
by silenttree
hi all.

can i draw a given text to texture like Font::drawTextLine() draw text to a given rect?

my final goal is use cegui font in ogre billbroad for language reason.

anyone know how?

thx!

-----------------------------
Silent Tree

Posted: Thu Nov 16, 2006 09:09
by CrazyEddie
This is not particularly easy to achieve using any of the current releases, you'd need to perform some custom setup and/or modification to the renderer module in order to target a texture for the rendering.

Future releases of CEGUI are likely to move forwards in this area.

CE.