Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / ExtensionMethodsGL Class / DrawGL Method

In This Topic
    DrawGL Method
    In This Topic
    Calls glVertex2d(X, Y)
    Overload List
    OverloadDescription
    Calls glVertex2d(X, Y)  
    Calls glVertex3d(X, Y, Z).  
    Calls gl.Color3ub(R, G, B) and glVertex3d(X, Y, Z).  
    Calls gl.Vertex3d(X+UX, Y+UY, Z+UZ).  
    Calls gl.Normal3d(X, Y, Z)  
    For internal use only.  
    Calls glNormal3d(Nx, Ny, Nz) and glVertex3d(X, Y, Z)  
    See Also