mirror of
https://github.com/open-goal/jak-project
synced 2026-06-06 11:47:44 -04:00
2bfe13d0be
* waiting for `entity-camera` / `entity-ambient` issue * stash * add missing definitions * decomp: `cam-interface` * as far as i can get with `path-h`, how do you specify pointers on the stack? * correction, no way these are just simple integers but `etype`is still a mystery... * decomp: `camera-h` | `cam-interface` | `cam-interface-h` and `entity-h` * revert change to `process` doesn't seem likely
32 lines
847 B
Common Lisp
32 lines
847 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:
|
|
(let ((v0-0 0))
|
|
)
|
|
|
|
|
|
|
|
|