PlasterAndPlastic

From MHCGraphics

Jump to: navigation, search
; Mead example file -- plastic and plaster
;
; Jim Teresco
; Computer Science 110
; Mount Holyoke College
;
; $Id: PlasterAndPlastic.scm 496 2008-02-20 03:00:21Z terescoj $
;
(require (lib "Defs.ss" "Mead"))

; 2 red spheres, one made of Mead's "plaster" and the
; other of Mead's "plastic"
(tell scene
      (add sphere redPlastic
           (translate 150 0 0))
      (add sphere redPlaster
           (translate -150 0 0))
      )

(tell camera
      (shoot))
Personal tools