Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This template is instantiated on a per-mesh basis, holding information about which vertices in the mesh are duplicates of each other. Duplicates result when a vertex sits on a smoothing group or material boundary. The purpose of this template is to allow the loader to determine which vertices exhibiting different peripheral parameters are actually the same vertexes in the model. Certain applications (mesh simplification, for example) can make use of this information.
template FaceAdjacency
{
< A64C844A-E282-4756-8B80-250CDE04398C >
DWORD nIndices;
array DWORD indices[nIndices];
}
Where:
- nIndices - Number of indices in the mesh.
- indices[nIndices] - Array of indices.
See also