By default use simple-shader
This commit is contained in:
parent
7c077ebe68
commit
a2806bc83a
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ Destroy the opengl context and the related resources."
|
|||
(setf frames-counter 0))))
|
||||
|
||||
(defun render-single-mesh (mesh transform)
|
||||
(using-program (program 'blue-shader)
|
||||
(using-program (program 'simple-shader)
|
||||
(with-locations (model-to-camera camera-to-clip) program
|
||||
(let ((mtc (m* (view (get-current-camera)) transform))
|
||||
(ctc (projection (get-current-camera))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue