// Persistence of Vision Ray Tracer Scene Description File // File: 3001.inc // Vers: 3.6 // Desc: LEGO Part No. 6216 // Auth: Nicolas Alvarez // Date created: 03-7-2004 // Last modification: 20-7-2004 #ifdef(View_POV_Include_Stack) #debug "including LEGO part No. 6216\n" #end #declare p6216=Join() { cylinder { < 0,-5,-5> < 0,-5, 5> 5 } box { <-5,-5, -5> < 5,-12, 5> } intersection { merge { cylinder { <-5,-11,-5> <-5,-11, 5> 5 } cylinder { <5,-11,-5> <5,-11, 5> 5 } } plane { -y, 12 } } box { <-10,-11,-5> < 10,-12, 5> Sep() } Sep() }