返回介绍

GL.modelview 模型视图

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

JavaScript => public static var modelview: Matrix4x4;
C# => public static Matrix4x4 modelview;

Description 描述

The current modelview matrix.

返回目前的模型视图矩阵。

Assigning to this variable is equivalent to glLoadMatrix(mat) in OpenGL; in other graphics APIs the corresponding functionality is emulated.

这个参数和OpenGL中的glLoadMatrix(mat) 一样。在其它的图形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矩阵函数.来保存和恢复。

Reading this variable returns the current modelview matrix.

读这个参数返回当前的模型视图矩阵。

JavaScript:

未提供代码

C#:

未提供代码

GL

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

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

发布评论

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