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 は、テクスチャをモデルにラップするために使用されます。
これらのパラメーターを知る必要がある理由を説明していただければ、より適切な回答が得られる可能性があります。