![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				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.  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			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)
 | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Thank you for the help. 
		
		
		
		
		
		
		
		
	
	I now see the group information in the help file under some lighting group stuff. ~George L.  | 
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| creating a crowd | shahargur | Vizard | 1 | 09-26-2007 03:47 PM | 
| creating floating menu | cookey | Vizard | 5 | 09-18-2007 06:41 PM | 
| need help with creating smoke | FlyingFish | Vizard | 5 | 05-01-2007 01:20 PM | 
| creating avatar animation class? | Vbents | Vizard | 1 | 01-18-2006 11:34 AM | 
| PeopleMaker - creating morphs | vjonshih | Vizard | 4 | 01-02-2005 05:30 PM |