view implementations/viewpointable/package.lisp @ 268:984e0b4dfaab

Add a new viewpoint for ornaments to mtp implementation.
author Marcus Pearce <marcusp@elgar.(none)>
date Thu, 27 Jan 2011 12:13:39 +0000
parents 3b36cf79b525
children
line wrap: on
line source
(cl:defpackage #:amuse-viewpointing-implementation
  (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools)
  (:export #:viewpointable-composition
	   #:viewpointable-event
           #:make-standard-viewpointable-composition
	   ))