Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Verts、NumVerts、Normals 和 TexCoords 对 3D 模型的意义。在 Vuforia SDK 中
顶点本质上定义了模型的几何形状。法线描述了每个面的方向,它们用于阴影计算。TexCoords 用于将纹理包裹到模型上。
如果您解释了您需要了解这些参数的目的,也许我们可以为您提供更好的答案。