3d-model-convert-to-gltf
3d-model-convert-to-gltf copied to clipboard
Convert 3d model (STL/IGES/STEP/OBJ/FBX) to gltf and compression
OCC依赖找不到
OCC==7.4.0rc1 这个包安装依赖找不到,是要配置?
1.GRPC Mode: use command line to start in windows: docker pull wj2015/3d-model-convert-to-gltf:latest docker run -d -p 8999:8999 wj2015/3d-model-convert-to-gltf:latest all success except fbx. 2.command line mode log: D:\3d-model-convert-to-gltf\server\examples\python>docker run -v D:\3d-model-convert-to-gltf\assets:/assets...
When i try convert test.stl in assets directory to glb i get a model which have a different rotation (-90 degree around x). Can i get a midel with the...
I just tried running the following: ``` ./convert.sh stp ./assets/test.stp outputpath.gltf ``` and I get the following error: ``` ERROR conda.cli.main_run:execute(33): Subprocess for 'conda run ['python', '/opt/3d-model-convert-to-gltf/server/convert.py', 'stp', '/home/maxime/Downloads/step/3d-model-convert-to-gltf/assets/test.stp', '/home/maxime/Downloads/step/3d-model-convert-to-gltf/outputpath.gltf']'...
你好,博主,我用您的方式出现了以下问题,麻烦您帮我看一下 ```shell root@ecs-94a9:/home/kent/docker/3D# ls assets convert.sh input output root@ecs-94a9:/home/kent/docker/3D# ./convert.sh stp input/agv.stp output/agv.gltf [Error: ENOENT: no such file or directory, open '/home/kent/docker/3D/input/agv.stp.gltf'] { errno: -2, code: 'ENOENT', syscall: 'open', path:...
请教
我获取了模型的树结构,怎么和gltf里面的nodes节点对应?
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.1 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...
(base) bash-5.1# conda run -n pythonocc python /opt/3d-model-convert-to-gltf/server/convert.py fbx /opt/3d-model-convert-to-gltf/assets/Samba_Dancing.fbx /opt/out_test.glb no-draco ERROR conda.cli.main_run:execute(33): Subprocess for 'conda run ['python', '/opt/3d-model-convert-to-gltf/server/convert.py', 'fbx', '/opt/3d-model-convert-to-gltf/assets/Samba_Dancing.fbx', '/opt/out_test.glb', 'no-draco']' command failed. (See above for error)...
seriously needs to be refactored, readme should be like 2 lines something like how to use: 2gltf stl.stl thanks
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...