DrawText in minib3d ?
BlitzMax Forums/MiniB3D Module/DrawText in minib3d ?| 
 | ||
| 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 | 
| 
 | ||
| UpdateWorld() RenderWorld() BeginMax2D() 'Max2D Stuff here EndMAx2d() Flip that should help you ;) | 
| 
 | ||
| Thank you! :-) | 
| 
 | ||
| you can also use Text(X, Y, String) without having to use the Begin/EndMax2D stuff if all you need it text |