mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
testing
This commit is contained in:
parent
4f1fc296e6
commit
392a4c3313
1 changed files with 2 additions and 1 deletions
|
@ -140,6 +140,7 @@
|
|||
}
|
||||
|
||||
function setJointData(doppelganger, relativeXforms) {
|
||||
print('setting joint data for ' + doppelganger.id)
|
||||
var jointRotations = [];
|
||||
var i, l = relativeXforms.length;
|
||||
for (i = 0; i < l; i++) {
|
||||
|
@ -507,7 +508,7 @@
|
|||
}
|
||||
var relativeXforms = buildRelativeXformsFromAbsoluteXforms(absoluteXforms);
|
||||
print('DOPPELGANGERS:::: ' + doppelgangers.length);
|
||||
print('DOPPELGANGERS:::: ' + JSON.stringify(doppelgangers));
|
||||
print('first doppel id:: ' + doppelgangers[0].id);
|
||||
doppelgangers.forEach(function(doppelganger) {
|
||||
setJointData(doppelganger, relativeXforms);
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue