ksollner
ksollner
Is looking away from the map even possible at all?
Imagine standing in a room where the map is at the floor. Now look at the ceiling. Maybe its easier to describe the core problem this way: I would need...
Rendering the canvas onto a plane would be trivial. I want a DEM rendered in 3d so the map needs to be a 3d-object in virtual space.
In VR you can move your camera with 6DoF, but it looks to me like maplibre only knows 5DoF. In principal my hope was to just write the projMatrix myself,...
I think it would be a good idea to be able to recreate a conversation using a previously used id. I think I'd rather manage a list myself.
Try installing [email protected], I think the ^ operator might allow higher versions aswell
Would help me as well. I'm using nestjs and did not find a way to use the module except for the 1.3 version.
I was able to import the esm module in my nestjs project using this guide: https://jaywolfe.dev/how-to-use-es-modules-with-older-node-js-projects-the-right-way/
This is due to the face that the loader is using custom shaders that are missing all the magic threejs does in their shaders. You can add material: new PointsMaterial...
I am using potree converter and gocesiumtiler by now. Both have their own problems thoughm gocesiumtile can't handle datasets above a certain size and potree is awesome, but its a...