
~!.~8 CHAPTER I0 Subdivision Surfaces
The vertex's 64-bit ID is added to the list of components already visited.
filteredComponents.append( vertld )"
}
The position and offset of the current vertex is output.
. . .
if( filterAll )
}
else
txt += MString(" Position. (") +
pt.x + ", " + pt.y + ", " +
pt.z + ")""
if( hasOffset )
txt += MString(" Offset" (") +
vec.x + ", " + vec.y + ", " +
vec.z + ")""
txt += "\n""
If filtering all vertices that have been edited and the vertex has an offset, it is output.
if( filterEdits && hasOffset )
{
The vertex is first searched for in the list of components