newspeoplefor developersdocumentationdownloads

nSubdivShapeNode Script Interface

nsubdivshapenode:

Super Class:

C++ Class:

Info

Take input mesh and render subdivided output mesh (currently as pointlist only!).

Commands:


setsegmentsize

Command Input:
f(SegmentSize)
Command Output:
v
Command Description:
Set the desired size of a subdivision segment.

getsegmentsize

Command Input:
v
Command Output:
f(SegmentSize)
Command Description:
Get the desired size of a subdivision segment.

setmaxdistance

Command Input:
f(MaxDistance)
Command Output:
v
Command Description:
Set maximum distance for subdivision. Triangles which are farther away will be ignored.

getmaxdistance

Command Input:
v
Command Output:
f(MaxDistance)
Command Description:
Get maximum distance for subdivision.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.