点击或拖拽改变大小

OpenGLTessBeginPolygon 方法

Delimit a polygon description.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void TessBeginPolygon(
	IntPtr tess,
	IntPtr polygonData
)

参数

tess
类型:SystemIntPtr
Specifies the tessellation object (created with gluNewTess).
polygonData
类型:SystemIntPtr
Specifies a pointer to user polygon data.
参见