Specify a vertex on a polygon.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void TessVertex(
IntPtr tess,
double[] coords,
double[] data
)
参数
- tess
- 类型:SystemIntPtr
Specifies the tessellation object (created with gluNewTess). - coords
- 类型:SystemDouble
Specifies the location of the vertex. - data
- 类型:SystemDouble
Specifies an opaque pointer passed back to the program with the vertex callback (as specified by gluTessCallback).
参见