PartitionSOP
From Odwiki
Contents |
What it Does
The partition SOP allows you to put points and primitives into groups based on a rule.
Useful Rules
Group by color value
- color_`rint($CR*255)`_`rint($CG*255)`_`rint($CB*255)`
Group by alpha value
- alpha_`rint($CA*255)`
Group by points in octant
- octant_`$TX > 0`_`$TY > 0`_`$TZ > 0`
Back to SOPs



