Skip to content

Commit

Permalink
chore(release): 1.4.0-54
Browse files Browse the repository at this point in the history
  • Loading branch information
speigg committed Sep 30, 2017
1 parent 67bbf3f commit 50b55f3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 24 deletions.
24 changes: 13 additions & 11 deletions dist/argon.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -21342,7 +21342,7 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
requestVertexNormals: true
}));

_export('version', version = "1.4.0-53");
_export('version', version = "1.4.0-54");

__extends$1 = undefined && undefined.__extends || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
Expand Down Expand Up @@ -23153,34 +23153,34 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
this.displayModeChangeEvent = new Event$1();
this.screenOrientationChangeEvent = new Event$1();
this.suggestedGeolocationSubscriptionChangeEvent = new Event$1();
this.deviceGeolocation = this.entityService.collection.add(new Entity({
this.deviceGeolocation = new Entity({
id: 'ar.device-geolocation',
position: new DynamicPositionProperty(undefined, ReferenceFrame.FIXED),
orientation: new DynamicProperty(undefined)
}));
this.deviceOrientation = this.entityService.collection.add(new Entity({
});
this.deviceOrientation = new Entity({
id: 'ar.device-orientation',
position: new DynamicPositionProperty(Cartesian3.ZERO, this.deviceGeolocation),
orientation: new DynamicProperty(undefined)
}));
this.origin = this.entityService.collection.add(new Entity({
});
this.origin = new Entity({
id: 'ar.device.origin',
name: 'Device Origin',
position: new DynamicPositionProperty(undefined, this.deviceGeolocation),
orientation: new DynamicProperty(undefined)
}));
this.stage = this.entityService.collection.add(new Entity({
});
this.stage = new Entity({
id: 'ar.device.stage',
name: 'Device Stage',
position: new DynamicPositionProperty(undefined, this.deviceGeolocation),
orientation: new DynamicProperty(undefined)
}));
this.user = this.entityService.collection.add(new Entity({
});
this.user = new Entity({
id: 'ar.device.user',
name: 'Device User',
position: new DynamicPositionProperty(undefined, this.origin),
orientation: new DynamicProperty(undefined)
}));
});
// for now, only use webvr when not in argon-app
this._useWebVR = typeof navigator !== 'undefined' && navigator.getVRDisplays && navigator.userAgent.indexOf('Argon') > 0 === false;
this._scratchCartesian = new Cartesian3();
Expand Down Expand Up @@ -23826,6 +23826,8 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
this.entityService.collection.add(this.stage);
this.entityService.collection.add(this.origin);
this.entityService.collection.add(this.user);
this.entityService.collection.add(this._device.deviceGeolocation);
this.entityService.collection.add(this._device.deviceOrientation);
this._startUpdates();
this.sessionService.manager.closeEvent.addEventListener(function () {
return _this._stopUpdates();
Expand Down
24 changes: 13 additions & 11 deletions dist/argon.js
Original file line number Diff line number Diff line change
Expand Up @@ -26927,7 +26927,7 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
requestVertexNormals: true
}));

_export('version', version = "1.4.0-53");
_export('version', version = "1.4.0-54");

__extends$1 = undefined && undefined.__extends || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
Expand Down Expand Up @@ -28738,34 +28738,34 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
this.displayModeChangeEvent = new Event$1();
this.screenOrientationChangeEvent = new Event$1();
this.suggestedGeolocationSubscriptionChangeEvent = new Event$1();
this.deviceGeolocation = this.entityService.collection.add(new Entity({
this.deviceGeolocation = new Entity({
id: 'ar.device-geolocation',
position: new DynamicPositionProperty(undefined, ReferenceFrame.FIXED),
orientation: new DynamicProperty(undefined)
}));
this.deviceOrientation = this.entityService.collection.add(new Entity({
});
this.deviceOrientation = new Entity({
id: 'ar.device-orientation',
position: new DynamicPositionProperty(Cartesian3.ZERO, this.deviceGeolocation),
orientation: new DynamicProperty(undefined)
}));
this.origin = this.entityService.collection.add(new Entity({
});
this.origin = new Entity({
id: 'ar.device.origin',
name: 'Device Origin',
position: new DynamicPositionProperty(undefined, this.deviceGeolocation),
orientation: new DynamicProperty(undefined)
}));
this.stage = this.entityService.collection.add(new Entity({
});
this.stage = new Entity({
id: 'ar.device.stage',
name: 'Device Stage',
position: new DynamicPositionProperty(undefined, this.deviceGeolocation),
orientation: new DynamicProperty(undefined)
}));
this.user = this.entityService.collection.add(new Entity({
});
this.user = new Entity({
id: 'ar.device.user',
name: 'Device User',
position: new DynamicPositionProperty(undefined, this.origin),
orientation: new DynamicProperty(undefined)
}));
});
// for now, only use webvr when not in argon-app
this._useWebVR = typeof navigator !== 'undefined' && navigator.getVRDisplays && navigator.userAgent.indexOf('Argon') > 0 === false;
this._scratchCartesian = new Cartesian3();
Expand Down Expand Up @@ -29411,6 +29411,8 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
this.entityService.collection.add(this.stage);
this.entityService.collection.add(this.origin);
this.entityService.collection.add(this.user);
this.entityService.collection.add(this._device.deviceGeolocation);
this.entityService.collection.add(this._device.deviceOrientation);
this._startUpdates();
this.sessionService.manager.closeEvent.addEventListener(function () {
return _this._stopUpdates();
Expand Down
2 changes: 1 addition & 1 deletion dist/argon.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argonjs/argon",
"version": "1.4.0-53",
"version": "1.4.0-54",
"main": "dist/argon.core.js",
"browser": "dist/argon.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 50b55f3

Please sign in to comment.