ConvertAdjacencyToPointReps

Started by
1 comment, last by xujiezhige 12 years, 2 months ago
I get little information about it.


DWORD* pdwAdj = new DWORD[3 * pInputMesh->GetNumFaces()];
DWORD* pdwPtRep = new DWORD[pInputMesh->GetNumVertices()];
hr = pInputMesh->GenerateAdjacency( ADJACENCY_EPSILON, pdwAdj );
pInputMesh->ConvertAdjacencyToPointReps( pdwAdj, pdwPtRep );


Doc doesn't explain well.
Please shed light on it for me!
Advertisement
There's an explanation here that should clear things up for you.
Thank you, MPJ.

You have help me several times!:D

This topic is closed to new replies.

Advertisement