lo-th / Oimo.js

Lightweight 3d physics engine for javascript
http://lo-th.github.io/Oimo.js
MIT License
3.05k stars 301 forks source link

How to visualize a physic object in the scene? #98

Open samedbayrakoglu opened 3 years ago

samedbayrakoglu commented 3 years ago

Hello, I am trying to use Oimo.js with Three.js, but can't be sure of whether a physic object is added to scene or not. Is there a way to visualize physic objects in the scene?

thanks in advance...