Commit graph

49 commits

Author SHA1 Message Date
lzwdgc
74bffbda51 Update. 2022-12-20 21:06:37 +03:00
lzwdgc
aea765a7b2 Misc. 2020-12-10 03:19:49 +03:00
lzwdgc
c2565c4cb5 Restore animations reading when first animation header n = 0. 2020-12-10 03:19:44 +03:00
lzwdgc
4158345612 Improve animations reading. 2020-12-09 18:46:37 +03:00
lzwdgc
d6e290855c Clarify animated textures. 2020-12-09 18:45:55 +03:00
lzwdgc
2ce251997d Fix C++20 array comparison. 2020-12-09 14:19:20 +03:00
lzwdgc
1c0bea8a9c [model] Fix reading vertices. 5th attempt. (1 - initial, 2 - initial + minus x, 3 - modern, 4 - Yakim's.) 2020-12-09 05:12:20 +03:00
lzwdgc
0f06403862 [mod_converter] Allow to process and print loaded .mod files from Viewer.exe from AIM2 SDK. 2020-12-09 05:10:07 +03:00
lzwdgc
27b175238a Throw on unknown axis system. Explicitly add default one. 2020-12-09 05:09:20 +03:00
lzwdgc
40c9393a43 Misc. 2020-12-09 05:08:49 +03:00
lzwdgc
e96ed6e2fa Add comment. 2020-12-08 22:38:12 +03:00
lzwdgc
ed66fa5ba1 Remove commented line. 2020-12-08 22:12:07 +03:00
lzwdgc
dd840fcbd2 Update default coordinate system value. Add according switch case and default clause. 2020-12-08 22:11:49 +03:00
Yakim3396
77a4319ad0 Fix face mirroring use std::swap 2020-12-08 20:46:25 +03:00
Yakim3396
e9cab14ae6 Disable mirroring on axis and flip faces 2020-12-08 19:57:05 +03:00
lzwdgc
d16180dce7 Pass yaml by value. It has internal shared pointers to root document. 2020-12-08 18:41:22 +03:00
lzwdgc
9a9082dfb7 Read more models. 2020-09-18 22:26:19 +03:00
lzwdgc
962c12374f Handle models with additional faces. 2020-09-16 14:20:02 +03:00
lzwdgc
771c8e4697 Do not fix uv coords when printing .obj. 2020-03-08 18:36:57 +03:00
lzwdgc
0265eb5e89 Better .obj offsets for different groups. 2020-03-06 14:04:15 +03:00
lzwdgc
1011a80add Finish link faces algorithm. Fbx export is not properly working with it. 2020-03-06 13:57:34 +03:00
lzwdgc
3b614b2da1 Disable link faces by default as uvs work is not over. Restore basic link faces. 2020-03-06 13:38:19 +03:00
lzwdgc
baacacc44b More model data transformations. 2020-03-05 01:05:04 +03:00
lzwdgc
1bf7903a62 Do not print any SHAPE blocks. 2020-03-02 04:11:57 +03:00
lzwdgc
0336abf712 Misc. 2020-03-02 04:11:47 +03:00
lzwdgc
e8edda1ccf Allow to rotate data for .obj files. Add eWindows3DViewer axis system. 2020-03-01 22:22:26 +03:00
lzwdgc
4eb4e232a2 Refactor. Turn on link faces by default. 2020-03-01 21:39:47 +03:00
lzwdgc
e262989492 Fix link faces algorithm. 2020-03-01 21:20:19 +03:00
lzwdgc
6a74caf0d0 Initial dummy implementation of model patching. 2020-03-01 14:02:08 +03:00
lzwdgc
0faadd0756 Add blender enum entry. 2020-02-29 04:21:46 +03:00
lzwdgc
d2b64bdc25 Propagate axis system when printing. But disable during .obj print for now. 2020-02-29 04:19:19 +03:00
lzwdgc
3c5c756eaa Add stub of internal rotate facility. 2020-02-29 03:51:46 +03:00
lzwdgc
a1390640b5 Add aim_vector3f typedef. 2020-02-29 03:48:07 +03:00
lzwdgc
4fecc76b59 Fix models export. Improve export coordinate system selection. 2020-02-29 03:33:55 +03:00
lzwdgc
c59d9702a6 Split save implementation. Improve save loader. 2019-03-19 22:18:46 +03:00
lzwdgc
f81baa57e4 Improve model loading. 2019-03-12 22:02:56 +03:00
lzwdgc
943f38dc96 Fix cl enum values. 2019-03-11 01:30:26 +03:00
lzwdgc
f741ade168 Add axis system option. 2019-03-10 22:39:16 +03:00
lzwdgc
a28531d834 Improve coordinates loading. 2019-03-10 22:15:51 +03:00
lzwdgc
f9c4071b3f Invert x axis for the left hand ue4 xyz system. Print r32 heightmap. 2019-03-06 23:01:25 +03:00
lzwdgc
ea7282f3d1 Add print info to mod converter. 2019-03-05 23:57:51 +03:00
lzwdgc
c8da06be5c Add license. 2018-06-30 22:12:58 +03:00
lzwdgc
4515228ca6 Update buffer. 2018-06-22 01:50:38 +03:00
lzwdgc
8933e1203e Initial AimR mod extractor. 2018-04-24 23:52:28 +03:00
lzwdgc
3d894efc5e Fix engine sockets. 2018-04-23 01:44:55 +03:00
lzwdgc
cee62a2388 Correctly read all m1 and m2 models. 2018-04-15 22:39:38 +03:00
lzwdgc
17fc9980a0 Improve extraction. Improve transliteration. 2018-04-15 04:35:16 +03:00
lzwdgc
6d8cbc5a39 Add inline variables. 2017-12-11 17:36:44 +03:00
lzwdgc
eb834c0d44 Correctly export object angles. 2017-12-10 04:00:54 +03:00