Encountering issues while attempting to insert an instance of THREE.Scene into a Backbone.Model:
var scene = new THREE.Scene();
new (Backbone.Model)(scene);
This results in the following warnings:
DEPRECATED: Object3D's .eulerOrder has been moved to Object3D's .rotation.order. three.min.js:148
DEPRECATED: Object3D's .useQuaternion has been removed. The library now uses quaternions by default. three.min.js:148
Currently utilizing three.js r59 and backbone.js 1.0.0.