whisper.cat stuff
This commit is contained in:
3605
weboasis/arcade/chess/3D/fbx/bishop.fbx
Normal file
3605
weboasis/arcade/chess/3D/fbx/bishop.fbx
Normal file
File diff suppressed because it is too large
Load Diff
1642
weboasis/arcade/chess/3D/fbx/board.fbx
Normal file
1642
weboasis/arcade/chess/3D/fbx/board.fbx
Normal file
File diff suppressed because it is too large
Load Diff
1883
weboasis/arcade/chess/3D/fbx/fbx2JSON.py
Normal file
1883
weboasis/arcade/chess/3D/fbx/fbx2JSON.py
Normal file
File diff suppressed because it is too large
Load Diff
1545
weboasis/arcade/chess/3D/fbx/innerBoard.fbx
Normal file
1545
weboasis/arcade/chess/3D/fbx/innerBoard.fbx
Normal file
File diff suppressed because it is too large
Load Diff
2251
weboasis/arcade/chess/3D/fbx/king.fbx
Normal file
2251
weboasis/arcade/chess/3D/fbx/king.fbx
Normal file
File diff suppressed because it is too large
Load Diff
2888
weboasis/arcade/chess/3D/fbx/knight.fbx
Normal file
2888
weboasis/arcade/chess/3D/fbx/knight.fbx
Normal file
File diff suppressed because it is too large
Load Diff
1117
weboasis/arcade/chess/3D/fbx/pawn.fbx
Normal file
1117
weboasis/arcade/chess/3D/fbx/pawn.fbx
Normal file
File diff suppressed because it is too large
Load Diff
2292
weboasis/arcade/chess/3D/fbx/queen.fbx
Normal file
2292
weboasis/arcade/chess/3D/fbx/queen.fbx
Normal file
File diff suppressed because it is too large
Load Diff
1682
weboasis/arcade/chess/3D/fbx/rook.fbx
Normal file
1682
weboasis/arcade/chess/3D/fbx/rook.fbx
Normal file
File diff suppressed because it is too large
Load Diff
8
weboasis/arcade/chess/3D/fbx/toJSON.bat
Normal file
8
weboasis/arcade/chess/3D/fbx/toJSON.bat
Normal file
@ -0,0 +1,8 @@
|
||||
set fbxPath=C:\Users\Administrateur\Dropbox\Public\javascript\webGL\chess\3D\fbx\refining\
|
||||
set jsonPath=C:\Users\Administrateur\Dropbox\Public\javascript\webGL\chess\3D\json\
|
||||
set pyPath=C:\Python26\python
|
||||
|
||||
for %%f in (*.fbx) do (
|
||||
|
||||
"%pyPath%" "%fbxPath%fbx2JSON.py" "%fbxPath%%%~nf.fbx" "%jsonPath%%%~nf.json" -g
|
||||
)
|
Reference in New Issue
Block a user