mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-03 17:11:34 +02:00
one ring to rule
This commit is contained in:
parent
dc50efe7ec
commit
7b39700136
1 changed files with 2 additions and 5 deletions
|
@ -64,13 +64,10 @@
|
||||||
oldColor = properties.color;
|
oldColor = properties.color;
|
||||||
dimensions = Vec3.multiply(scale, properties.dimensions);
|
dimensions = Vec3.multiply(scale, properties.dimensions);
|
||||||
baton = virtualBaton({
|
baton = virtualBaton({
|
||||||
// FIXME: batonName: 'io.highfidelity.tribble:' + entityID,
|
|
||||||
// If we wanted to have only one tribble change colors, we could do:
|
|
||||||
batonName: 'io.highfidelity.tribble',
|
batonName: 'io.highfidelity.tribble',
|
||||||
instanceId: entityID + MyAvatar.sessionUUID,
|
|
||||||
debugFlow: true,
|
debugFlow: true,
|
||||||
debugSend: true,
|
debugSend: false,
|
||||||
debugReceive: true
|
debugReceive: false
|
||||||
});
|
});
|
||||||
if (editTimeout) {
|
if (editTimeout) {
|
||||||
baton.claim(startUpdate, stopUpdateAndReclaim);
|
baton.claim(startUpdate, stopUpdateAndReclaim);
|
Loading…
Reference in a new issue