Example #1
0
        public GLUQuadric(GraphicsInterface gi, QuadricDrawStyle style, QuadricNormalType normalType, QuadricOrientation orientation)
        {
            GI = gi;

            fQuadric = gi.Glu.NewQuadric();

            fDrawingStyle = style;
            fNormalType = normalType;
            fOrientation = orientation;

            fUsesTexture = 1;
        }
Example #2
0
 public static extern void gluQuadricOrientation(
     IntPtr quadObject,
     QuadricOrientation orientation);