mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Misc fixes
This commit is contained in:
parent
90ef109476
commit
06b4f51a08
2 changed files with 2 additions and 2 deletions
|
@ -218,6 +218,7 @@ unsigned int PointerScriptingInterface::createLaserPointer(const QVariant& prope
|
|||
* @property {number} alpha=1.0 The alpha of the parabola.
|
||||
* @property {number} width=0.01 The width of the parabola, in meters.
|
||||
* @property {boolean} isVisibleInSecondaryCamera=false The width of the parabola, in meters.
|
||||
* @property {boolean} drawInFront=false If <code>true</code>, the parabola is rendered in front of other items in the scene.
|
||||
*/
|
||||
/**jsdoc
|
||||
* A set of properties used to define the visual aspect of a Parabola Pointer in the case that the Pointer is not intersecting something. Same as a {@link Pointers.ParabolaPointerRenderState},
|
||||
|
|
|
@ -417,8 +417,8 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
if (_this.isPlayAreaAvailable) {
|
||||
_this.playAreaCenterOffset = Vec3.sum({ x: _this.playArea.x, y: 0, z: _this.playArea.y },
|
||||
_this.PLAY_AREA_OVERLAY_OFFSET);
|
||||
|
||||
_this.playAreaSensorPositions = HMD.sensorPositions;
|
||||
|
||||
for (var i = 0; i < _this.playAreaSensorPositions.length; i++) {
|
||||
if (i > _this.playAreaSensorPositionOverlays.length - 1) {
|
||||
var overlay = Overlays.addOverlay("model", {
|
||||
|
@ -438,7 +438,6 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
_this.setPlayAreaDimensions();
|
||||
}
|
||||
|
||||
|
||||
_this.init = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue