From 7bbcc1cce6dbda1c6f5ad84f956c188ce639100d Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 30 Jun 2022 06:12:29 -0500 Subject: [modify] projected-matrix no longer generic --- src/protocol.lisp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/protocol.lisp') 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.")) -- cgit v1.2.3