From f91db772b5a0489323d7fc53347ad4adb7a9aa3e Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Sat, 3 Mar 2018 22:03:01 +0800 Subject: [PATCH] Fix examples --- examples/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/index.html b/examples/index.html index 0bad5cf..f5dc16d 100644 --- a/examples/index.html +++ b/examples/index.html @@ -22,10 +22,10 @@ skinUrl: "./1_8_texturemap_redux.png" }); - let control = new skinview3d.SkinControl(skinViewer); + let control = new skinview3d.createOrbitControls(skinViewer); skinViewer.animation = new skinview3d.CompositeAnimation(); - let walk = skinViewer.animation.add(skinview3d.WalkAnimation); + let walk = skinViewer.animation.add(skinview3d.WalkingAnimation); walk.speed = 1.5;