C# Class TOAPI.OpenGL.glu

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
gluBuild2DMipmaps ( int target, int internalFormat, int width, int height, int format, int type, object pointer ) : int

Private Methods

Méthode Description
gluBeginCurve ( IntPtr nobj ) : void
gluBeginPolygon ( int tess ) : void
gluBeginSurface ( int nurb ) : void
gluBeginTrim ( int nurb ) : void
gluBuild1DMipmaps ( int target, int internalFormat, int width, int format, int type, IntPtr data ) : int
gluBuild2DMipmaps ( int target, int internalFormat, int width, int height, int format, int type, IntPtr data ) : int
gluCylinder ( IntPtr qobj, double baseRadius, double topRadius, double height, int slices, int stacks ) : void
gluDeleteNurbsRenderer ( IntPtr nurbsRenderer ) : void
gluDeleteQuadric ( IntPtr quadric ) : void
gluDeleteTess ( int tess ) : void
gluDisk ( IntPtr qobj, double innerRadius, double outerRadius, int slices, int loops ) : void
gluEndCurve ( IntPtr nobj ) : void
gluEndPolygon ( int tess ) : void
gluEndSurface ( int nurb ) : void
gluEndTrim ( int nurb ) : void
gluErrorString ( int error ) : IntPtr
gluGetString ( int name ) : IntPtr
gluLookAt ( double eyex, double eyey, double eyez, double centerx, double centery, double centerz, double upx, double upy, double upz ) : void
gluNewNurbsRenderer ( ) : IntPtr
gluNewQuadric ( ) : IntPtr
gluNewTess ( ) : int
gluNextContour ( int tess, int type ) : void
gluNurbsCallback ( int nurb, int which, IntPtr CallBackFunc ) : void
gluNurbsProperty ( int nurb, int property, float value ) : void
gluOrtho2D ( double left, double right, double bottom, double top ) : void
gluPartialDisk ( int quad, double inner, double outer, int slices, int loops, double start, double sweep ) : void
gluPerspective ( double fov, double aspect, double zNear, double zFar ) : void
gluPickMatrix ( double x, double y, double width, double height, int viewport ) : void
gluProject ( double objx, double objy, double objz, double modelMatrix, double projectionMatrix, int viewPort, double &winX, double &winY, double &winZ ) : int
gluQuadricCallback ( int quad, int which, IntPtr CallBackFunc ) : void
gluQuadricDrawStyle ( IntPtr qobj, int drawStyle ) : void
gluQuadricNormals ( IntPtr qobj, int normals ) : void
gluQuadricOrientation ( IntPtr quadObject, int orientation ) : void
gluQuadricTexture ( IntPtr quadObject, int textureCoords ) : void
gluScaleImage ( int format, int widthin, int heightin, int typein, IntPtr datain, int widthout, int heightout, int typeout, IntPtr dataout ) : int
gluSphere ( IntPtr quadric, double radius, int slices, int stacks ) : void
gluTessBeginContour ( int tess ) : void
gluTessBeginPolygon ( int tess, IntPtr data ) : void
gluTessCallback ( int tess, int which, IntPtr CallBackFunc ) : void
gluTessEndContour ( int tess ) : void
gluTessEndPolygon ( int tess ) : void
gluTessNormal ( int tess, double valueX, double valueY, double valueZ ) : void
gluTessProperty ( int tess, int which, double data ) : void
gluUnProject ( double winx, double winy, double winz, double modelViewMatrix, double projectionMatrix, int viewPort, double posX, double posY, double posZ ) : int

Method Details

gluBuild2DMipmaps() public static méthode

public static gluBuild2DMipmaps ( int target, int internalFormat, int width, int height, int format, int type, object pointer ) : int
target int
internalFormat int
width int
height int
format int
type int
pointer object
Résultat int