Zh/Vertex: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
(Created page with "{{LanguageBar|Vertex|title=顶点}} {{Underlinked|date=2024年1月}} {{note|关于Hammer顶点工具,请{{L|Hammer Vertex Tool|点击此处}}。}} '''顶点'''(复数形式:vertices)是构成{{wiki|polygon|多边形}}三个基本点之一的空间坐标点,通常用XYZ矢量表示,例如:<code>(0 0 0)</code>。 顶点本身不可见,真正被渲染的是它们共同构成的多边形。但顶点包含"法线"分量,用于决定所附着多边形角接...")
 
mNo edit summary
 
Line 1: Line 1:
{{LanguageBar|Vertex|title=顶点}}
{{LanguageBar|Vertex|title=顶点}}
{{Underlinked|date=2024年1月}}
{{Underlinked|date=January 2024}}
{{note|关于Hammer顶点工具,请{{L|Hammer Vertex Tool|点击此处}}。}}
{{note|关于Hammer顶点工具,请{{L|Hammer Vertex Tool|点击此处}}。}}



Latest revision as of 09:03, 27 June 2025

English (en)Español (es)中文 (zh)Translate (Translate)
Underlinked - Logo.png
This article needs more Wikipedia icon links to other articles to help Wikipedia icon integrate it into the encyclopedia. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
2024年1月
Note.png注意:关于Hammer顶点工具,请点击此处(en)

顶点(复数形式:vertices)是构成Wikipedia icon 多边形三个基本点之一的空间坐标点,通常用XYZ矢量表示,例如:(0 0 0)

顶点本身不可见,真正被渲染的是它们共同构成的多边形。但顶点包含"法线"分量,用于决定所附着多边形角接收光照的主要方向。该分量同样以矢量表示,默认值为(0 0 1),意为"正上方全强度光照"。