Tobias Gassmann
Tobias Gassmann
By using the markup of the normal horizontal card with the new class "responsive-horizontal" the card will display as a horizontal card only on medium an up devices. On small...
The function tileset.ellipsoid.cartographicToCartesian(...) takes latitude and longitude in degrees, so there should not be a conversion to radians. This function is also called (correctly) in orientToGeocoord(...) with latitude and longitude...
I have observed that there might be more than just one intersection when doing raycasting to get the distance of the map from the camera. I guess that only the...
# Description This PR contains a "Terrain Provider" that uses AWS Open Data Terrain Tiles [(https://registry.opendata.aws/terrain-tiles/)](https://registry.opendata.aws/terrain-tiles/) In case this is of interest I will refine this PR and check all...
basically I just copied the example-code to the sourcecode
Hello again :-) In my usecase I needed access to the current transformation matrix (threeMat) because I was animating a 3d-model along a given path. The coordinates of the model...
### Description In some cases (especially when frequently subscribing and unsubscribing geo queries) there was an error: > Uncaught ReferenceError: Cannot access 'valueUnsubscribe' before initialization > at GeoQuery.ts:485:37 It seems...
**Description** It seems that `tiles-load-end` fires as soon as the download queue is empty, which can happen before the scene is fully stable (e.g. before children are queued). I introduced...