www.pudn.com > vrmlExample.rar > 3-3.wrl


#VRML V2.0 utf8 
Viewpoint 
{ 
	position 0 0 9 
	description "viewFront" 
} 
Shape  
{ 
	appearance Appearance  
	{  
      		material Material  
		{  
			diffuseColor 1 1 0 
		} 
	} 
	geometry Text  
	{ 
		string  
		[ 
			"VRML!"  
			"HELLO WORLD!"  
		]       
		fontStyle FontStyle  
		{ 
	 		family  
			[  
				"SERIF" 
				"Serenity"  
			] 
		} 
		length  
		[ 
			6 4  
		] 
	} 
}