mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:23:39 +02:00
remove ungrabbable signal
This commit is contained in:
parent
dee532e84f
commit
5a54bc548b
1 changed files with 1 additions and 17 deletions
|
@ -43,14 +43,6 @@ var baseLocation = "https://hifi-content.s3.amazonaws.com/DomainContent/CellScie
|
||||||
var utilsScript = Script.resolvePath('Scripts/utils.js');
|
var utilsScript = Script.resolvePath('Scripts/utils.js');
|
||||||
Script.include(utilsScript);
|
Script.include(utilsScript);
|
||||||
|
|
||||||
// function makeUngrabbable(entityID) {
|
|
||||||
// setEntityCustomData('grabbableKey', entityID, {
|
|
||||||
// grabbable: false
|
|
||||||
// });
|
|
||||||
// }
|
|
||||||
|
|
||||||
// Entities.addingEntity.connect(makeUngrabbable);
|
|
||||||
|
|
||||||
assignVariables();
|
assignVariables();
|
||||||
|
|
||||||
var locations = {
|
var locations = {
|
||||||
|
@ -9013,7 +9005,7 @@ Script.setTimeout(function(){
|
||||||
|
|
||||||
for (var i = 0; i < scenes.length; i++) {
|
for (var i = 0; i < scenes.length; i++) {
|
||||||
// print('setting up scene. first, delete' + JSON.stringify(scenes[i]))
|
// print('setting up scene. first, delete' + JSON.stringify(scenes[i]))
|
||||||
// deleteAllInRadius(scenes[i].location, scenes[i].zone.dimensions.x);
|
|
||||||
CreateNavigationButton(scenes[i], i);
|
CreateNavigationButton(scenes[i], i);
|
||||||
|
|
||||||
ImportScene(scenes[i]);
|
ImportScene(scenes[i]);
|
||||||
|
@ -9026,11 +9018,3 @@ createLayoutLights();
|
||||||
},3500)
|
},3500)
|
||||||
|
|
||||||
|
|
||||||
// Script.scriptEnding.connect(function() {
|
|
||||||
// Entities.addingEntity.disconnect(makeUngrabbable);
|
|
||||||
// });
|
|
||||||
|
|
||||||
// Script.setTimeout(function() {
|
|
||||||
// print('JBP stopping cell science import');
|
|
||||||
// Script.stop();
|
|
||||||
// }, 30000)
|
|
Loading…
Reference in a new issue