world coordinate system:世界坐标系。在计算机图形学、CAD、机器人与三维建模中,用来描述物体、点或相机在“全局/场景”中的位置与方向的统一参考坐标框架;与物体自身的局部坐标系相对。(在不同领域也可能简称为 world space。)
发音 Pronunciation (IPA)
/wld kordnt sstm/
例句 Examples
The character stands at the origin of the world coordinate system. 角色站在世界坐标系的原点。
To render the scene correctly, the engine first converts each model’s local vertices into the world coordinate system, then applies the view and projection transforms. 为了正确渲染场景,引擎会先把每个模型的局部顶点转换到世界坐标系,再应用视图与投影变换。