update codebase

This commit is contained in:
yushijinhun 2018-08-21 10:21:57 +08:00
parent 622e65d550
commit 0b9d54b551
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
8 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,7 @@
</ul>
</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/example.js"></script>
<script>

View File

@ -1 +1 @@
95661cc2944b793469d26c9012724ca127cacc4e
41b8ab9dab3b7d4d873ee8944cb783dee5b5a9ce

View File

@ -700,7 +700,7 @@
this.domElement = options.domElement;
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.animationTime = 0;
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

View File

@ -696,7 +696,7 @@ var SkinViewer = function () {
this.domElement = options.domElement;
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.animationTime = 0;
this.disposed = false;

File diff suppressed because one or more lines are too long