anselm / aterrain

Exposes a few features of Cesium to AFrame
MIT License
100 stars 17 forks source link

Cannot reproduce terrain example using repo's built version #18

Open MilesMcBain opened 6 years ago

MilesMcBain commented 6 years ago

I haven't been able to reproduce this example: https://anselm.github.io/aterrain/examples/place/index.html#lat=36.57850&lon=-118.29226&elev=1000

Using the built version of the terrain component in this repo, i.e. this: https://github.com/anselm/aterrain/blob/master/dist/aframe-aterrain-component.js

Here is my effort: https://wealthy-dragon.glitch.me/

I just get a blank screen. I also noticed a lack of these messages in my console:

a-terrain.js:102 Lower level TileServer is ready
a-terrain.js:226 Dynamically moving planet to adjust for ground=4385.787158945263 height=6378183.987158946 stretch=1 elev=5385.787158945263

Any ideas on why this would be?

anselm commented 6 years ago

Hmm, I will try reproduce this this evening.