Sun-sky needs tweak to work with modern aframe
See original GitHub issue- Old style animation
- Using
componentchanged
for rotation, which the docs now advise against - also, maybe add
sun-position-setter
to the component itself? - using
getComputedAttribute
instead ofgetAttribute
(I assume the former is a deprecated version of the latter) - I don’t know what all is wrong with the actual dist file, this is stuff noticed in the part I had to copy/paste out f the demo, in sun-position-setter. I guess the actual
sun-sky
itself component is likewise broken. - No logs, things just don’t work when trying to use this with modern aframe. Which is a shame, because it’s pretty cool.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
kframe - Bountysource
Hello, I'm using A-Frame 1.3.0 and the component geometry-merger doesn't work at all. Not even the examples provided are working.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great job 😄.
Just wanted to share that I got this working with up to A-Frame 1.2.0 after all and added my own component to enable rotation as shown in the demo here, as well as to integrate showing stars at night (currently stars only work to aframe 1.1.0), and some faux-shadows with ‘fog’, in case anyone goes through th effort of digging through this.