aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/protocol.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol.lisp')
-rw-r--r--src/protocol.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/protocol.lisp b/src/protocol.lisp
index 52d2525..24a34c2 100644
--- a/src/protocol.lisp
+++ b/src/protocol.lisp
@@ -35,11 +35,6 @@
(:documentation "Returns the model matrix for THING, representing
its position, scale, and orientation in the scene"))
-(defgeneric projected-matrix (thing)
- (:documentation "Returns the raw array of the model matrix after it
- has been prjected by the application's projecion matrix. Used to
- pass to GLSL shader programs."))
-
(defgeneric ensure-loaded (asset)
(:documentation "Ensures that the asset is loaded into memory and
ready for use. Returns the asset."))