Currently experimenting with PhysiJS in conjunction with ThreeJS. Recently exported an OBJ model from Blender, only to find that when loaded with OBJLoader, it appears as a BufferGeometry. The issue is that it lacks a crucial vertices
property required by PhysiJS.
Running ThreeJS version r101. Open to any suggestions on how to resolve this dilemma. If there is a more compatible library available, I am willing to explore that option as well. Any additional details needed can be provided upon request.