Giter Club home page Giter Club logo

Comments (4)

tentone avatar tentone commented on May 11, 2024

Hello

Thanks a lot. That library seems to do a good job handling those seams but all tiles there have the same resolution.

I have already implemented a solution to handle the interpolation between tiles i still need to figure out a fast way to constantly recompute neighbors for every tile after subdivision to readjust the seam interpolation after subdivision.

One of the problems with the seams in this library if the fact that I'm trying to puzzle together tiles from different resolution levels so i have for example to interpolate one bigger tile with smaller ones.

Another thing that i want to add is the possibility of using GPU generated height by unpacking the height values on the GPU. I still want to keep the CPU generated mesh as an option for easier interactivity by using for example raycasting.

Thanks a lot for the suggestion.

I will take a look and try to solve most of these problems as soon as possible.

Cheers!

from geo-three.

mattrei avatar mattrei commented on May 11, 2024

hi,
ok, you are the expert! Thx for the explanation. Cessium.js does a fine job here, however there is also a huge team working behind...

Concerning the GPU picking method, its a huge performance booster and is normally integrated with ease, see my terrain library for A-Frame here .

Looking forward to your solution.

from geo-three.

farfromrefug avatar farfromrefug commented on May 11, 2024

@tentone there might be a quick way to solve this at least temporary. The idea is to add a skirt visgl/loaders.gl#712
I think it could be fairly easy to add in MapNodeGeometry. Those skim points would simply need to have a normal of 0,0,0 or any factor to define the height for the skirt.
I tried to to do it but i could not have the points in the right order :s Maybe you could look at that?

from geo-three.

tentone avatar tentone commented on May 11, 2024

@farfromrefug

It could be a solution to use skirts, i have been trying to avoid implementing them but seems to be the fast solution for the problem.

I will try to take a lookt at it.

from geo-three.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.