mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
27 lines
947 B
Common Lisp
Vendored
Generated
27 lines
947 B
Common Lisp
Vendored
Generated
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; definition for symbol *ocean-vu0-work*, type ocean-vu0-work
|
|
(define *ocean-vu0-work* (new 'static 'ocean-vu0-work
|
|
:scales
|
|
(new 'static 'vector :x -0.00006975447 :y 255.0 :z -0.00006975447)
|
|
:mask-hi
|
|
(new 'static 'vector4w :x -65536 :y -65536 :z -65536 :w -65536)
|
|
:mask-lo
|
|
(new 'static 'vector4w :x #xffff :y #xffff :z #xffff :w #xffff)
|
|
)
|
|
)
|
|
|
|
;; definition for function ocean-interp-wave
|
|
;; ERROR: function was not converted to expressions. Cannot decompile.
|
|
|
|
;; definition for symbol ocean-vu0-block, type vu-function
|
|
(define ocean-vu0-block (new 'static 'vu-function :length 72 :qlength 36))
|
|
|
|
;; definition for function ocean-generate-verts
|
|
;; ERROR: function was not converted to expressions. Cannot decompile.
|
|
|
|
|
|
|
|
|