update codebase
This commit is contained in:
parent
622e65d550
commit
0b9d54b551
|
|
@ -55,7 +55,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/three.js/94/three.min.js"></script>
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/three.js/95/three.min.js"></script>
|
||||||
<script type="text/javascript" src="js/build/skinview3d.min.js"></script>
|
<script type="text/javascript" src="js/build/skinview3d.min.js"></script>
|
||||||
<script type="text/javascript" src="js/example.js"></script>
|
<script type="text/javascript" src="js/example.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
95661cc2944b793469d26c9012724ca127cacc4e
|
41b8ab9dab3b7d4d873ee8944cb783dee5b5a9ce
|
||||||
|
|
|
||||||
|
|
@ -700,7 +700,7 @@
|
||||||
|
|
||||||
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;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -696,7 +696,7 @@ var SkinViewer = function () {
|
||||||
|
|
||||||
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;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue