DrawText in minib3d ?

BlitzMax Forums/MiniB3D Module/DrawText in minib3d ?

danielos(Posted 2008) [#1]
Hello,

I am wondering how to simply print a text on the Graphics3d-Window, but did not solve it :(
In Blitz3D, the "print" command or "Text3D" could do this, but I found no minib3d aquivalent to it....

Can someone help ?

Thanks,

Daniel


klepto2(Posted 2008) [#2]
UpdateWorld()
RenderWorld()
BeginMax2D()
'Max2D Stuff here
EndMAx2d()

Flip


that should help you ;)


danielos(Posted 2008) [#3]
Thank you! :-)


ima747(Posted 2008) [#4]
you can also use Text(X, Y, String) without having to use the Begin/EndMax2D stuff if all you need it text