顶点
< Zh
Jump to navigation
Jump to search

This article needs more
links to other articles to help
integrate it into the encyclopedia. Please help improve this article by adding links
that are relevant to the context within the existing text.
Error: Invalid time.



Error: Invalid time.

顶点(复数形式:vertices)是构成 多边形三个基本点之一的空间坐标点,通常用XYZ矢量表示,例如:
(0 0 0)
。
顶点本身不可见,真正被渲染的是它们共同构成的多边形。但顶点包含"法线"分量,用于决定所附着多边形角接收光照的主要方向。该分量同样以矢量表示,默认值为(0 0 1)
,意为"正上方全强度光照"。