sm64coopdx/src/engine
Altiami c8a70f2d50
New render frame interpolation via transformation matrix de-/construction (#98)
This method of interpolation aims to correctly interpolate the render
transformation matrices as best as possible without doing an entirely
new render pass. This is accomplished by deconstructing the matrices
into its composition of transformations, interpolating those simpler
transformations individually, and then reconstructing the
transformation matrix with the interpolated transformations.
2022-05-21 21:46:41 -07:00
..
behavior_script.c Refactor how objects set their models 2022-04-19 18:47:50 -07:00
behavior_script.h Added adjustable draw distance for objects 2021-08-30 18:22:36 -07:00
extended_bounds.h Adjust extended bounds values 2022-04-16 21:34:49 -07:00
geo_layout.c Added support for custom skyboxes in DynOS level gen 2022-04-05 22:56:03 -07:00
geo_layout.h Added support for custom skyboxes in DynOS level gen 2022-04-05 22:56:03 -07:00
graph_node.c Add support for custom HUD textures and faster texture packs w/o EXTERNAL_DATA 2022-05-06 22:03:12 -07:00
graph_node.h New render frame interpolation via transformation matrix de-/construction (#98) 2022-05-21 21:46:41 -07:00
graph_node_manager.c Fix up DynOS actor override 2022-04-22 18:57:26 -07:00
level_script.c 3-digits orange numbers; Fixed red coins and secrets bugs; Correct red coins display during pause (#82) 2022-05-07 19:09:37 -07:00
level_script.h Fixed token corruption in DynOS, added support for runtime LOAD_MODEL_FROM_GEO 2022-04-07 08:21:19 -07:00
math_util.c New render frame interpolation via transformation matrix de-/construction (#98) 2022-05-21 21:46:41 -07:00
math_util.h New render frame interpolation via transformation matrix de-/construction (#98) 2022-05-21 21:46:41 -07:00
surface_collision.c WIP: uncapped framerate 11 2022-04-30 17:25:47 -07:00
surface_collision.h Added extended bounds 2022-04-06 08:40:22 -07:00
surface_load.c Fixed up collision bug, added collision file validation, allowed lua to get builtin collisions 2022-04-08 19:17:57 -07:00
surface_load.h Added extended bounds 2022-04-06 08:40:22 -07:00