File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ export class DemoSharedCanvasThree extends DemoSharedBase {
4646 //this.geoColors(this.canvas);
4747 //this.threeDepth(this.canvas);
4848 //this.threeCrate(this.canvas);
49- // this.skinningAndMorphing(this.canvas);
49+ this . skinningAndMorphing ( this . canvas ) ;
5050 //this.nearestNeighbour(this.canvas);
51- this . threeOcean ( this . canvas ) ;
51+ // this.threeOcean(this.canvas);
5252 //this.threeCube(this.canvas);
5353 //this.threeCar(this.canvas);
5454 //this.threeKeyframes(this.canvas);
@@ -2610,6 +2610,9 @@ export class DemoSharedCanvasThree extends DemoSharedBase {
26102610 //container.appendChild( renderer.domElement );
26112611
26122612 window . addEventListener ( 'resize' , onWindowResize , false ) ;
2613+
2614+ const controls = new OrbitControls ( camera , canvas ) ;
2615+ controls . update ( ) ;
26132616
26142617 // stats
26152618 /*stats = new Stats();
You can’t perform that action at this time.
0 commit comments