Fix examples
This commit is contained in:
parent
d7e7ae3d99
commit
f91db772b5
|
@ -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;
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue