Uses of Class
jgl.glu.GLUnurbsObj

Packages that use GLUnurbsObj
Package
Description
 
 
  • Uses of GLUnurbsObj in jgl.glu

    Methods in jgl.glu with parameters of type GLUnurbsObj
    Modifier and Type
    Method
    Description
    void
    nurbs_ct_curvs.draw(GLUnurbsObj nobj, GL JavaGL, nurbs_curves curve, int[] factors)
     
    void
    nurbs_ct_surfs.draw(GLUnurbsObj nobj, GL JavaGL, int display_mode, nurbs_surfaces surface, int[][] sfactors, int[][] tfactors)
     
  • Uses of GLUnurbsObj in jgl.wt.awt

    Methods in jgl.wt.awt that return GLUnurbsObj
    Modifier and Type
    Method
    Description
    GLUnurbsObj *gluNewNurbsRenderer (GLvoid)
    Methods in jgl.wt.awt with parameters of type GLUnurbsObj
    Modifier and Type
    Method
    Description
    void
    GLvoid gluBeginCurve (GLUnurbsObj *nobj)
    void
    GLvoid gluBeginSurface (GLUnurbsObj *nobj)
    void
    GLvoid gluDeleteNurbsRenderer (GLUnurbsObj *nobj)
    void
    GLvoid gluEndCurve (GLUnurbsObj *nobj)
    void
    GLvoid gluEndSurface (GLUnurbsObj *nobj)
    void
    GLU.gluGetNurbsProperty(GLUnurbsObj nobj, int property, float[] value)
    GLvoid gluGetNurbsProperty (GLUnurbsObj *nobj, GLenum property, GLfloat *value)
    void
    GLU.gluLoadSamplingMatrices(GLUnurbsObj nobj, float[] modelMatrix, float[] projMatrix, int[] viewport)
    GLvoid gluLoadSamplingMatrices (GLUnurbsObj *nobj, const GLfloat modelMatrix [16], const GLfloat projMatrix [16], const GLint viewport [4])
    void
    GLU.gluNurbsCurve(GLUnurbsObj nobj, int knot_count, float[] knot, int stride, float[][] ctlarray, int order, int type)
    GLvoid gluNurbsCurve (GLUnurbsObj *nobj, GLint knot_count, GLfloat *knot, GLint stride, GLfloat *ctlarray, GLint order, GLenum type)
    void
    GLU.gluNurbsProperty(GLUnurbsObj nobj, int property, float value)
    GLvoid gluNurbsProperty (GLUnurbsObj *nobj, GLenum property, GLfloat value)
    void
    GLU.gluNurbsSurface(GLUnurbsObj nobj, int sknot_count, float[] sknot, int tknot_count, float[] tknot, int s_stride, int t_stride, float[][][] ctlarray, int sorder, int torder, int type)
    GLvoid gluNurbsSurface (GLUnurbsObj *nobj, GLint sknot_count, GLfloat *sknot, GLint tknot_count, GLfloat *tknot, GLint s_stride, GLint t_stride, GLfloat *ctlarray, GLint sorder, GLint torder, GLenum type)