jak-project/decompiler/level_extractor
water111 5b04be2fa0
Add hfrag, clean up some background renderer stuff (#3509)
This adds hfrag, but with a few remaining issues:
- The textures aren't animated. Instead, it just uses one texture.
- The texture filtering isn't as good as at it could be.

I also cleaned up a few issues with the background renderers:
- Cleaned up some stuff that is common to hfrag, tie, tfrag, shrub
- Moved time-of-day color packing stuff to FR3 creation, rather than at
level load. This appears to reduce the frame time spikes when a level is
first drawn by about 5 or 6 ms in big levels.
- Cleaned up the x86 specific stuff used in time of day. Now there's
only one place where we have an `ifdef`, rather than spreading it all
over the rendering code.
2024-05-09 20:11:43 -04:00
..
BspHeader.cpp Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
BspHeader.h Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
common_formats.h [glb export] Export bones. (#3087) 2023-10-14 16:49:23 -04:00
extract_actors.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
extract_actors.h Save entities to JSON, and make custom level building a little faster (#2973) 2023-09-09 17:06:39 -04:00
extract_collide_frags.cpp Rip collision based on config flag (#3348) 2024-01-29 22:15:42 +01:00
extract_collide_frags.h Rip collision based on config flag (#3348) 2024-01-29 22:15:42 +01:00
extract_common.cpp Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
extract_common.h Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
extract_hfrag.cpp Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
extract_hfrag.h Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
extract_joint_group.cpp [glb export] Export bones. (#3087) 2023-10-14 16:49:23 -04:00
extract_joint_group.h [glb export] Export bones. (#3087) 2023-10-14 16:49:23 -04:00
extract_level.cpp Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
extract_level.h Rip collision based on config flag (#3348) 2024-01-29 22:15:42 +01:00
extract_merc.cpp decomp3 title-obs, credits-h (#3476) 2024-04-29 20:23:31 +02:00
extract_merc.h [merc2] Support emerc (#2147) 2023-01-22 18:30:31 -05:00
extract_shrub.cpp Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
extract_shrub.h [jak2] misc fixes to renderers (#2488) 2023-04-14 21:13:45 -04:00
extract_tfrag.cpp Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
extract_tfrag.h [jak2] fix atest flag in tfrag (#2381) 2023-03-21 20:40:29 -04:00
extract_tie.cpp Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
extract_tie.h [decomp] Decompile some time-of-day stuff, support new style Jak 2 time of day (#1943) 2022-10-08 13:33:03 -04:00
fr3_to_gltf.cpp Add hfrag, clean up some background renderer stuff (#3509) 2024-05-09 20:11:43 -04:00
fr3_to_gltf.h [glb export] Export bones. (#3087) 2023-10-14 16:49:23 -04:00
MercData.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
MercData.h [jak2] Floating point blerc (#2715) 2023-06-11 12:35:08 -04:00
notes.txt [graphics] tfrag3 renderer (#978) 2021-12-04 12:33:18 -05:00
tfrag_tie_fixup.cpp cleanup our cmake and build warnings (#2876) 2023-08-08 20:53:16 -04:00
tfrag_tie_fixup.h Add a gltf level exporter (#1719) 2022-08-05 12:25:35 -04:00