started to at 3p points

This commit is contained in:
Dan Ballard 2012-05-20 09:55:43 -07:00
parent 3257354352
commit e05f046615
1 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,10 @@
:faces (make-2d-array 8 3 '((0 3 1) (0 2 4) (0 1 2) (0 4 3)
(3 5 1) (2 5 4) (1 5 2) (4 5 3)))))
;; returns a model of a 3 pyramid
(defparameter *3pyramid-points*
'())
;; returns a model of a 3 pyramid from points and colors
(defun make-model-3pyramid (points &key (face-colors nil) (point-colors nil))
(make-instance 'model
:vertices points