-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregenerate.bat
More file actions
9 lines (6 loc) · 851 Bytes
/
regenerate.bat
File metadata and controls
9 lines (6 loc) · 851 Bytes
1
2
3
4
5
6
dotnet build -c Release "tools/GltfTool"
dotnet "tools/GltfTool/bin/Release/net9.0/GltfTool.dll" convert -i "src/Env/BrickFloor01.glb" --align 0.5,1.0,0.5 -o "rbfx/Data/Models/Env/BrickFloor01.mdl"
dotnet "tools/GltfTool/bin/Release/net9.0/GltfTool.dll" convert -i "src/Env/BrickWall01.glb" --align 0.5,0.0,0.5 -o "rbfx/Data/Models/Env/BrickWall01.mdl"
dotnet "tools/GltfTool/bin/Release/net9.0/GltfTool.dll" convert -i "src/Env/BrickWallArch01.glb" -t -n --align 0.5,0.0,0.5 -o "rbfx/Data/Models/Env/BrickWallArch01.mdl"
dotnet "tools/GltfTool/bin/Release/net9.0/GltfTool.dll" convert -i "src/Env/FloorOccluder.glb" -r 90,0,0 --align 0.5,0.5,0.5 -o "rbfx/Data/Models/Env/FloorOccluder.mdl"
dotnet "tools/GltfTool/bin/Release/net9.0/GltfTool.dll" convert -i "src/Env/WallOccluder.glb" --align 0.5,0.0,0.5 -o "rbfx/Data/Models/Env/WallOccluder.mdl"