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