Take input mesh and render subdivided output mesh (currently as pointlist only!).
- Command Input:
f(SegmentSize)
- Command Output:
v
- Command Description:
- Set the desired size of a subdivision segment.
- Command Input:
v
- Command Output:
f(SegmentSize)
- Command Description:
- Get the desired size of a subdivision segment.
- Command Input:
f(MaxDistance)
- Command Output:
v
- Command Description:
- Set maximum distance for subdivision. Triangles which are farther away will be ignored.
- Command Input:
v
- Command Output:
f(MaxDistance)
- Command Description:
- Get maximum distance for subdivision.