Skip to content

Commit 83f3004

Browse files
committed
Bump version
1 parent ec8b1c8 commit 83f3004

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A simple way of setting up a whole basic environment for your
88
Make sure you are using __A-Frame 1.7.0__ or later. Then just include `aframe-environment-component.js` in your HTML:
99

1010
```html
11-
<script src="https://unpkg.com/aframe-environment-component@1.4.x/dist/aframe-environment-component.min.js"></script>
11+
<script src="https://unpkg.com/aframe-environment-component@1.5.x/dist/aframe-environment-component.min.js"></script>
1212
```
1313

1414
and add the `environment` component to an entity:

dist/aframe-environment-component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@
332332
else {
333333
this.hemilight.setAttribute('light', {
334334
'color': '#CEE4F0',
335-
'intensity': 0.314 + sunPos.y * 0.5
335+
'intensity': 0.314 + sunPos.y * 1.57
336336
});
337-
this.sunlight.setAttribute('light', {'intensity': 0.314 + sunPos.y * 0.5});
337+
this.sunlight.setAttribute('light', {'intensity': 0.314 + sunPos.y * 1.57});
338338
}
339339

340340
this.sunlight.setAttribute('light', {

dist/aframe-environment-component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aframe-environment-component",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Infinite environments for your A-Frame VR scene in just one file.",
55
"main": "index.js",
66
"cdn": "dist/aframe-environment-component.min.js",

0 commit comments

Comments
 (0)