![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				changing paintings of art gallery demo
			 
			
			
			Hi all, 
		
		
		
		
		
		
		
		
	
	How can I change the paintings in the art gallery demo? I need to change the painting with the self portret of Van Gogh on it. How can I manipulate that painting? I tried using this code Code: 
	gallery = viz.add('gallery.ive')
gallery.getChild('art04-FACES')
Code: 
	list = gallery.getChildren()  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			The following will texture the Van Gogh self portrait with a new texture: 
		
		
		
		
		
		
		
		
	
	Code: 
	texture = viz.add('ball.jpg')
gallery = viz.add('gallery.ive')
portrait = gallery.getChild('VanGoghSelfPortrait')
portrait.texture(texture,'art06')
 | 
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| PPT Demo | mikestatic | Precision Position Tracker (PPT) | 1 | 09-23-2007 11:31 AM | 
| demo of new hand.getFingerTip() | halley | Vizard | 9 | 12-14-2006 01:40 AM | 
| using demo with intersense | G-Chan | Vizard | 1 | 02-06-2006 03:05 PM |