返回介绍

GL.MultMatrix 乘法矩阵

发布于 2019-12-18 15:37:43 字数 854 浏览 1219 评论 0 收藏 0

JavaScript => public static function MultMatrix(mat: Matrix4x4): void;
C# => public static void MultMatrix(Matrix4x4 mat);

Description 描述

Multiplies the current modelview matrix with the one specified.

用当前的模型视图矩阵乘以指定的矩阵。

Equivalent to glMultMatrix(mat) in OpenGL; in other graphics APIs the corresponding functionality is emulated.

这个函数和OpenGL中的glMultMatrix一样。其它的图形API也有对应的功能。

Changing modelview matrix overrides current camera's view parameters, so most often you want to save and restore matrix using GL.PushMatrix and GL.PopMatrix.

改变模型视图矩阵会覆盖当前的camera 的参数,许多情况下你需要用到GL.PushMatrix 和GL.PopMatrix矩阵函数来保存和恢复。

JavaScript:

未提供代码

C#:

未提供代码

GL

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文