![]() |
|
#1
|
|||
|
|||
Thanks, I will try making a group node. How would I define a shape with the root node as parent? I have this:
self.cylinder = vizshape.addCylinder(height, .02) |
#2
|
|||
|
|||
The vizshape commands accept the same optional arguments that you can use when creating other node3D objects. You can also use any node3D methods on the shape, such as <node3D>.parent().
|
![]() |
|
|