chandlerprall / Physijs

Physics plugin for Three.js
MIT License
2.75k stars 455 forks source link

scene export/import #253

Open SET001 opened 8 years ago

SET001 commented 8 years ago

Currently I store my three.js application scenes in JSON format and load them in application using THREE.ObjectLoader() which return a ready to use THREE.Scene object.

What approach is preferred to use with Physijs? How can I export/import Physijs scene from/to JSON?

http://stackoverflow.com/questions/33714867/export-rotation-animation-from-blender-to-three-js

weiway commented 8 years ago

+1

ghost commented 8 years ago

@SET001 see #128 for possible solution and explanation of the problem.