OpenGLLoadSamplingMatrices 方法 |
Load NURBS sampling and culling matrice.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void LoadSamplingMatrices(
IntPtr nobj,
float[] modelMatrix,
float[] projMatrix,
int[] viewport
)
参数
- nobj
- 类型:SystemIntPtr
Specifies the NURBS object (created with gluNewNurbsRenderer). - modelMatrix
- 类型:SystemSingle
Specifies a modelview matrix (as from a glGetFloatv call). - projMatrix
- 类型:SystemSingle
Specifies a projection matrix (as from a glGetFloatv call). - viewport
- 类型:SystemInt32
Specifies a viewport (as from a glGetIntegerv call).
参见