Texture problem

BlitzMax Forums/MiniB3D Module/Texture problem

ninjarat(Posted 2007) [#1]
How exactly do you draw to a texture, like an image buffer? I know there's a way using OpenGL...


Sveinung(Posted 2007) [#2]
Maybe this will help
http://www.blitzbasic.com/Community/posts.php?topic=69296

Sveinung


ninjarat(Posted 2007) [#3]
Thanks so much! Now I can finally get my fancy credits display working. It renders the text to texture, and runs it 3 dimensionally around the screen by binding the text textures to moving sprites.