Fixes to engine. Elaborating test. Changed light to be a sphere.
[tuple-trace.git] / material.lisp
blobf71ac2e2196c89493220a2e2548687cf3abc2c4c
2 (in-package :tuple-trace)
4 (defclass material ()
5 ((colour :initform (new-colour) :accessor colour-of)
6 (reflection :initform 0.0 :accessor reflectivity-of)
7 (diffuse :initform 0.0 :accessor diffusion-of)))