parent
77a1bd46d0
commit
fc0e12587e
|
|
@ -7,7 +7,7 @@ class SkinViewer {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
this.domElement = options.domElement;
|
this.domElement = options.domElement;
|
||||||
this.animation = options.animation || null;
|
this.animation = options.animation || null;
|
||||||
this.detectModel = options.animation !== false; // true by default
|
this.detectModel = options.detectModel !== false; // true by default
|
||||||
this.animationPaused = false;
|
this.animationPaused = false;
|
||||||
this.animationTime = 0;
|
this.animationTime = 0;
|
||||||
this.disposed = false;
|
this.disposed = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue