> You can't just do:
> set stick_radius, .5, name n+ca+c+o
> set stick_radius, .2, ! name n+ca+c+o
> because both selections belong to the same object and the whole object
> is affected by the setting change.

On the other hand, you CAN do this:

show lines
show sticks, name n+ca+c+o
set stick_radius, .5, name n+ca+c+o
set line_radius, .2, ! name n+ca+c+o

When you ray-trace, the 'lines' just look like thinner sticks.  This
avoids using multiple objects.

-Nat

Reply via email to