WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Creating an empty <3dnode> (https://forum.worldviz.com/showthread.php?t=1496)

shivanangel 05-14-2008 05:20 PM

Creating an empty <3dnode>
 
Hello,

I read the help file and did a search on the forums but I didn't find an answer to my problem.

I want to set up several spheres around a parent object, however I do not want the parent object to be visible (in essence I want it to seem like they are revolving around nothing).

I was wondering if it is possible to create an empty 3dnode and have that act as the parent. I know I can not simply turn off the visibility of the parent, since this causes the children to also disappear.

I could always make a piece of geometry and scale it to 0,0,0 or make a plane with a transparent texture, but I was hoping there was a more elegant solution built into Vizard.

Thank You,

George L.

farshizzo 05-14-2008 05:22 PM

Use a group node, it is made for exactly this situation:
Code:

group = viz.addGroup()

child1 = viz.add('model1.ive',parent=group)
child2 = viz.add('model2.ive',parent=group)
child3 = viz.add('model3.ive',parent=group)


shivanangel 05-15-2008 02:44 PM

Thank you for the help.

I now see the group information in the help file under some lighting group stuff.

~George L.


All times are GMT -7. The time now is 07:02 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC