Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-10 | Consistently use `p_` for parameters in GLTFDocument | Aaron Franke | |
2022-11-29 | GLTF: Clean up lots of includes | Aaron Franke | |
2022-11-09 | Change the way GLTFDocumentExtension classes are registered | Aaron Franke | |
Also move GLTFDocumentExtension into the extensions folder | |||
2022-10-15 | Add a way to store additional data in GLTFState and GLTFNode | Aaron Franke | |
2022-10-03 | GLTF imports & exports material texture filters | The Tophat Demon | |
2022-09-04 | Don't try to read values from null cameras and lights in GLTF | Aaron Franke | |
2022-09-01 | Change Array arguments to TypedArray | kobewi | |
2022-08-28 | Move GLTF camera conversion code into GLTFCamera | Aaron Franke | |
2022-08-26 | Rename `str2var` to `str_to_var` and similar | Micky | |
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too. - `var2str` -> `var_to_str` - `str2var` -> `str_to_var` - `bytes2var` -> `bytes_to_var` - `bytes2var_with_objects` -> `bytes_to_var_with_objects` - `var2bytes` -> `var_to_bytes` - `var2bytes_with_objects` -> `var_to_bytes_with_objects` - `linear2db` -> `linear_to_db` - `db2linear` -> `db_to_linear` - `deg2rad` -> `deg_to_rad` - `rad2deg` -> `rad_to_deg` - `dict2inst` -> `dict_to_inst` - `inst2dict` -> `inst_to_dict` | |||
2022-08-24 | Replace Array return types with TypedArray 3 | kobewi | |
2022-08-14 | GLTF: Fix orthographic cameras, internally store data in GLTF's format | Aaron Franke | |
2022-07-25 | Code quality: Fix header guards consistency | RĂ©mi Verschelde | |
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards. | |||
2022-07-24 | GLTF: Organize structures into a subfolder | Aaron Franke | |