d_file_select, JASResArcLoader, d_a_obj_stone, d_a_obj_stone_mark (#309)

* setup TU

* JASResArcLoader OK

* d_a_obj_stoneMark work

* some funcs in d_a_obj_stoneMark

* many changes

* quat, d_a_obj_stone, d_a_alink, fix python script, tidy makefile

* d_file_select functions + pr cleanup
This commit is contained in:
Pheenoh
2023-03-17 21:05:06 -06:00
committed by GitHub
parent a01d65b0b9
commit 3cdef97cb8
79 changed files with 2315 additions and 2996 deletions
+4
View File
@@ -29,6 +29,10 @@ inline s16 cM_deg2s(f32 val) {
return val * 182.04445f;
}
inline s16 i_cM_deg2s(f32 val) {
return val;
}
inline f32 cM_fsin(f32 v) {
return JMASSin(cM_rad2s(v));
}