OpenGLLightModel 方法 (UInt32, Int32) |
This function sets a parameter of the lighting model.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void LightModel(
uint pname,
int[] parameters
)
参数
- pname
- 类型:SystemUInt32
The name of the parameter. - parameters
- 类型:SystemInt32
The parameter to set it to.
参见