mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 10:21:36 -04:00
start on debug graphics
This commit is contained in:
@@ -467,9 +467,9 @@
|
||||
(.mul.x.vf acc vf24 vf28)
|
||||
(.add.mul.y.vf acc vf25 vf28 acc)
|
||||
(.add.mul.z.vf acc vf26 vf28 acc)
|
||||
(.add.mul.w.vf vf28 vf27 vf0 acc)
|
||||
(.add.w.vf vf23 vf0 vf0)
|
||||
(.mul.vf vf31 vf28 vf29)
|
||||
(.add.mul.w.vf vf28 vf27 vf0 acc) ;; matrix mult.
|
||||
(.add.w.vf vf23 vf0 vf0) ;; clear w.
|
||||
(.mul.vf vf31 vf28 vf29) ;; scale.
|
||||
;;(TODO.VCLIP vf31 vf31)
|
||||
(let ((clip (vu-clip vf31 0)))
|
||||
(.div.vf Q vf0 vf31 :fsf #b11 :ftf #b11)
|
||||
|
||||
Reference in New Issue
Block a user