mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
PR comments
This commit is contained in:
parent
7b1c04512a
commit
9b13aac37d
2 changed files with 4 additions and 16 deletions
|
@ -37,16 +37,6 @@ ColorCube.prototype.create = function() {
|
|||
});
|
||||
}
|
||||
|
||||
var ColorCube = new ColorCube();
|
||||
ColorCube.clear();
|
||||
ColorCube.create();
|
||||
|
||||
|
||||
var ids = Entities.findEntities(MyAvatar.position, 50);
|
||||
var that = this;
|
||||
ids.forEach(function(id) {
|
||||
var properties = Entities.getEntityProperties(id);
|
||||
if (properties.name == that.NAME) {
|
||||
Entities.deleteEntity(id);
|
||||
}
|
||||
}, this);
|
||||
var colorCube = new ColorCube();
|
||||
colorCube.clear();
|
||||
colorCube.create();
|
||||
|
|
|
@ -121,9 +121,7 @@ public:
|
|||
static const glm::mat4 pose; return pose;
|
||||
}
|
||||
|
||||
virtual float getIPD() const {
|
||||
return 0.0f;
|
||||
}
|
||||
virtual float getIPD() const { return 0.0f; }
|
||||
|
||||
virtual void abandonCalibration() {}
|
||||
virtual void resetSensors() {}
|
||||
|
|
Loading…
Reference in a new issue