@@ -50,5 +50,4 @@ THREE.CircleGeometry = function ( radius, segments, thetaStart, thetaLength ) {
};
-THREE.CircleGeometry.prototype = new THREE.Geometry();
-THREE.CircleGeometry.prototype.constructor = THREE.CircleGeometry;
+THREE.CircleGeometry.prototype = Object.create( THREE.Geometry.prototype );