C# Class Horde3DNET.NativeMethodsUtils

Separates native methods from managed code.
Mostrar archivo Open project: mgottschlag/horde3d Class Usage Examples

Private Methods

Method Description
createTGAImage ( IntPtr pixels, uint width, uint height, uint bpp, IntPtr &outData, uint &outSize ) : bool
dumpMessages ( ) : bool
freeMem ( IntPtr ptr ) : void
getResourcePath ( Horde3D type ) : IntPtr
initOpenGL ( int hDC ) : bool
loadResourcesFromDisk ( string contentDir ) : bool
pickNode ( int node, float nwx, float nwy ) : int
pickRay ( int cameraNode, float nwx, float nwy, float &ox, float &oy, float &oz, float &dx, float &dy, float &dz ) : void
releaseOpenGL ( ) : void
setResourcePath ( Horde3D type, string path ) : void
showFrameStats ( int fontMaterialRes, int panelMaterialRes, int mode ) : void
showText ( string text, float x, float y, float size, float colR, float colG, float colB, int fontMatRes, int layer ) : void
swapBuffers ( ) : void