mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[ts] Fixed moving root bone in IK example.
This commit is contained in:
parent
1fafe6bd40
commit
ba92b2bb7d
@ -9,7 +9,7 @@ var hoverboardDemo = function(loadingComplete, bgColor) {
|
||||
var timeKeeper, loadingScreen;
|
||||
var target = null;
|
||||
var hoverTargets = [];
|
||||
var controlBones = ["hoverboard controller", "hip", "board target"];
|
||||
var controlBones = ["hoverboard controller", "hip controller", "board target"];
|
||||
var coords = new spine.webgl.Vector3(), temp = new spine.webgl.Vector3(), temp2 = new spine.Vector2(), temp3 = new spine.webgl.Vector3();
|
||||
var isPlaying = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user