![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				Linking Box to Screen
			 
			
			
			Hi, 
		
		
		
		
		
		
		
		
	
	I am looking into a way to link a box to the bottom right of a screen so that it seems like it is a 2-D part of the screen and wherever the user turns or goes to, the box will always remain there. Can someone help me out with the coding which needs to be done to link the box to the bottom right? Thank you, Jassel41  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			You can link a box to the viewpoint and then apply an offset. 
		
		
		
		
		
		
		
		
	
	Code: 
	box = viz.add('box.wrl')
viewLink = viz.link(viz.MainView,box)
viewLink.preTrans([1,-0.5,4])
 | 
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Title Screen | c4am95 | Vizard | 4 | 04-08-2010 02:24 PM | 
| split screen | honey006 | Vizard | 3 | 05-21-2009 10:57 AM | 
| screen image | erchrastil | Vizard | 8 | 06-27-2008 12:45 PM | 
| Linking problems with Live Character | Frank Verberne | Vizard | 5 | 06-04-2008 12:42 PM | 
| position of html-file on screen | active_world | Vizard | 1 | 05-16-2008 08:24 PM |