#VRML V2.0 utf8 # (c) Melissa M. Terras, HATII, University of Glasgow 1998 # Inner tomb images (c) Verlag Philipp von Zabern 1994 #File name: over.wrl #Date created: 16/07/98 #revision no: 21 #called from: anim.wrl #calls: court.wrl, pyramids.wrl, frontdr.wrl, walls.wrl, frontstr,wrl, slab.wrl, lands.wrl #Description: This file calls all the information required to construct the upper part # of the model. It also controls the lighting for this part of the model. DEF overground Transform { #groups together all the overground information children [ DEF sun DirectionalLight { # defines the light (sun) which illuminates whole section on TRUE intensity 1 color 1 0.995378 0.759724 ambientIntensity 10 direction 0.351686 -0.653413 -0.670349 } DEF courtyard Transform { #calls file regarding courtyard children Inline { url "court.wrl" } } DEF threepyramids Transform { #calls file regarding pyramids children Inline { url "pyramids.wrl" } } DEF frontdoor Transform { #calls file regarding frontdoor children Inline { url "frontdr.wrl" } } DEF walls Transform { #calls file regarding walls children Inline { url "walls.wrl" } } DEF frontstairs Transform { #calls file regarding front stairs children Inline { url "frontstr.wrl" } } DEF movingslab Transform { #calls file regarding tomb cover slab and aniamtion children Inline { url "slab.wrl" } } DEF landscape Transform { #calls file regarding the landscape children Inline { url "lands.wrl" } } ] #end children } #end transform