| 
  | 
This should get you started:
union {
        difference {
                superellipsoid {
                        <0.5,  0.5>
                        pigment { color <.75,.75,.75,0,0> }
                        scale <1,.33,3>
                        }
                box {
                        <-1,-1,-2>,<1,1,-4>
                        }
                }
        difference {
                box {
                        <-.75,-.25,-1>,<.75,.25,-2.5>
                        texture {
                                pigment { color <.75,.75,.75,0,0> }
                                finish {
                                        metallic
                                        reflection { .25,.75 }
                                        }
                                }
                        }
                box {
                        <-.73, -.23, -2.1>, <.73,.23,-2.6>
                                texture {
                                        pigment { color <.75,.75,.75,0,0> }
                                finish {
                                        metallic
                                        reflection { .25,.75 }
                                        }
                                }
                        }
                }
        }
Thanks,
Jonathan
red### [at] redmasq com
 Post a reply to this message 
 | 
  |