mirror of
https://github.com/open-goal/jak-project
synced 2026-05-29 08:43:08 -04:00
a6d5c4eda3
* change * recognize vector float product and update tests
27 lines
825 B
Common Lisp
27 lines
825 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; definition for symbol *camera-read-analog*, type symbol
|
|
(define *camera-read-analog* #t)
|
|
|
|
;; definition for symbol *camera-read-buttons*, type symbol
|
|
(define *camera-read-buttons* #t)
|
|
|
|
;; definition for symbol *cam-free-move-along-z*, type symbol
|
|
(define *cam-free-move-along-z* #t)
|
|
|
|
;; definition (perm) for symbol *camera-init-mat*, type matrix
|
|
(define-perm *camera-init-mat* matrix #f)
|
|
|
|
;; definition (perm) for symbol *camera*, type camera-master
|
|
(define-perm *camera* camera-master #f)
|
|
|
|
;; definition (perm) for symbol *camera-combiner*, type camera-combiner
|
|
(define-perm *camera-combiner* camera-combiner #f)
|
|
|
|
;; definition (perm) for symbol *camera-orbit-target*, type process-drawable
|
|
(define-perm *camera-orbit-target* process-drawable #f)
|
|
|
|
;; failed to figure out what this is:
|
|
0
|