Replace the current matrix with the specified matrix.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void LoadMatrixf(
float[] m
)
参数
- m
- 类型:SystemSingle
Specifies a pointer to 16 consecutive values, which are used as the elements of a 4x4 column-major matrix.
参见