欢迎光临散文网 会员登陆 & 注册

1.0.8 | 应用阶段

2023-08-03 16:14 作者:GeometryGlacier  | 我要投稿

目录索引

本系列与知乎同名翻译同步更新,原文链接:https://zhuanlan.zhihu.com/p/645933003

如有任何翻译错误,欢迎在评论区踹我:)!

原文对照

The application stage starts at the CPU and is responsible for various operations that occur within a scene, e.g.,

  • Collision detection.

  • Texture animation.

  • Keyboard input.

  • Mouse input, and more.

Its function is to read the stored data in memory to generate primitives later (e.g. triangles, lines, vertices). At the end of the application stage, all this information is sent to the geometry processing phase to generate the vertices' transformation through matrix multiplication.

Fig. 1.0.8a

译文

应用阶段丛CPU开始,负责场景中的一系列操作,例如:

  • 碰撞检测

  • 纹理动画

  • 键盘输入

  • 鼠标输入

  • ....

应用阶段的功能是读取内存中的存储的模型数据,随后生成图元(如三角形、直线、顶点)。在应用阶段结束时,这些信息都会被发送到几何处理阶段,通过矩阵乘法进行顶点变换。

Fig. 1.0.8a


1.0.8 | 应用阶段的评论 (共 条)

分享到微博请遵守国家法律