| Openb3dmax.B3dglsdlgraphics: | Functions | Types | Modinfo | Source |
| Graphics3D | Online doc |
| Text | Draw text, doesn't need BeginMax2D. |
| TextColor | Set draw text color, in bytes. |
| TDebug | Debug functions. |
| Function Graphics3D( width%,height%,depth%=0,mode%=0,rate%=60,flags%=-1,usecanvas%=False ) | |
| Description | Online doc |
| Information | The flags argument sets the graphics buffers (back, alpha, depth, stencil and accum). Set usecanvas to true if using maxgui with a canvas context. |
| Function Text( x%,y%,txt$ ) | |
| Description | Draw text, doesn't need BeginMax2D. |
| Function TextColor( r:Byte,g:Byte,b:Byte ) | |
| Description | Set draw text color, in bytes. |
| Type TDebug | |
| Description | Debug functions. |
| Version | 1.25 |
|---|---|
| License | zlib |
| Copyright | Wrapper - 2014-2018 Mark Mcvittie, Bruce A Henderson |
| Copyright | Library - 2010-2018 Angelo Rosina |
| CC_OPTS | -DGLES2 |