Public Member Functions | |
Nurbs () | |
native void | beginCurve () |
native void | endCurve () |
native void | pwlCurve (int count, float[] data, int stride, int type) |
native void | nurbsCurve (int knotCount, float[] knotsArray, int stride, float[] controlArray, int order, int type) |
native void | beginSurface () |
native void | endSurface () |
native void | nurbsSurface (int sKnotCount, float[] sKnots, int tKnotCount, float[] tKnots, int sStride, int tStride, float[] control, int sOrder, int tOrder, int type) |
native void | beginTrim () |
native void | endTrim () |
native float | getNurbsProperty (int property) |
native void | setNurbsProperty (int property, float value) |
native void | loadSamplingMatrices (float[] modelviewMatrix, float[] projectionMatrix, int[] viewport) |
NurbsListener | getCallback () |
native void | setCallback (NurbsListener callback) |
Object | getCallbackData () |
void | setCallbackData (Object callbackData) |
native void | deleteNurbsRenderer () |
Protected Member Functions | |
void | finalize () |
Private Member Functions | |
native void | initImplementation () |
Private Attributes | |
RawData | implementation |
NurbsListener | callback |
Object | callbackData |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|