Specify a normal for a polygon.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void TessNormal(
IntPtr tess,
double x,
double y,
double z
)
参数
- tess
- 类型:SystemIntPtr
Specifies the tessellation object (created with gluNewTess). - x
- 类型:SystemDouble
Specifies the first component of the normal. - y
- 类型:SystemDouble
Specifies the second component of the normal. - z
- 类型:SystemDouble
Specifies the third component of the normal.
参见