-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmakefile
More file actions
23 lines (17 loc) · 735 Bytes
/
Copy pathmakefile
File metadata and controls
23 lines (17 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# temporary test makefile for testing that FBX exports fields corretly
test_fbx:
cargo run --release --bin fbx_roundtrip -- BerserkArmor.fbx tmp.fbx
#cargo run --release --bin fbx_roundtrip -- tmp.fbx tmp2.fbx
test_fbx2:
cargo run --release --bin fbx_roundtrip -- cube.fbx tmp.fbx
cargo run --release --bin fbx_roundtrip -- tmp.fbx tmp2.fbx
parse_fbx:
cargo run --release -- BusterDrone.fbx tmp.fbx
cube_fbx_roundtrip:
cargo run --release --bin fbx_roundtrip -- cube.fbx tmp.fbx
cargo run --release --bin fbx_roundtrip -- tmp.fbx tmp2.fbx
cargo run --release --bin fbx_graphviz -- cube.fbx tmp.fbx
neato -Tpng cube.dot > cube.png
neato -Tpng tmp.dot > tmp.png
parse_fbx_to_obj:
cargo run --release -- cube.fbx tmp.obj