uploading my own 3d model in chai3d(Bullet Module)
- MArslanAli
- Topic Author
- Offline
- Posts: 1
Hello everyone,
Currently, I am using bullet physics engine module of chai3d for my development.I want to use my own 3d model in chai3d. It it possible to upload solids works model in chai3d (bullet module)?
If not, please recommend me any good 3d software for building model for chai3d.
I want to build 3d model (room etc) and will this as a VR-haptics simulation.
Looking forward to hearing from you soon!
Thanks
Please Log in or Create an account to join the conversation.
- Posts: 27
Hi,
For my limit experience in chai3D. Building a 3D model in Solidworks and saving it as STL files is not much useful. STL file only contains geometric information that includes position of vertices and triangles, texture mapping information is not defined.
I would suggest you use "Blender." A lot of tutorials are available online.
Please Log in or Create an account to join the conversation.
See if you can export your model using the Wavefront *.obj format.
Please Log in or Create an account to join the conversation.