|
@@ -54,6 +54,8 @@ function SkeletonHelper( object ) {
|
|
this.matrix = object.matrixWorld;
|
|
this.matrix = object.matrixWorld;
|
|
this.matrixAutoUpdate = false;
|
|
this.matrixAutoUpdate = false;
|
|
|
|
|
|
|
|
+ this.onBeforeRender();
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
SkeletonHelper.prototype = Object.create( LineSegments.prototype );
|
|
SkeletonHelper.prototype = Object.create( LineSegments.prototype );
|