// Persistence of Vision Ray Tracer Scene Description File // File: 3003.inc // Vers: 3.6 // Desc: LEGO Part No. 3003 // Date: 25-3-2004 // Auth: Nicolas Alvarez #ifdef(View_POV_Include_Stack) #debug "including LEGO part No. 3003\n" #end #declare p3003=union { difference { box { <-5,-6,-5> < 5, 0, 5> } box { <-4,-7,-4> < 4,-1, 4> } studs(Std1, 2, 2) } studs(Std2, 2, 2) object { Std3 } Sep() }