Git Product home page Git Product logo

Comments (1)

Robmaister avatar Robmaister commented on August 14, 2024

Loading a Collada file is outside the scope of this library. You need to parse out the raw geometry from the file before sending the data to SharpNav. Heightfield accepts data only as an array of Triangle3 structs at the moment. In the near future I'm going to add a few other methods that accept float[], Vector3[], and indexed versions of both of them.

As for the rest of the process, you create a Heightfield class, send it all your geometry, run the filter functions, create a CompactHeightfield from it, use that to generate regions, create a ContourSet from it, simplify the contour, then generate a Mesh and a MeshDetail from that.

We're still in the process of porting over the Recast source and C#-ifying it, so the public API isn't stable yet and won't be for at least a few more weeks. So far, everything up to region generation has been tested and works well, but there are some issues around the region/contour area that I'm working through right now.

I would recommend waiting for at least 3 weeks when all of that should be working and stable. You can take a look at the Example project to see how we're currently doing things (though be aware that it's a very hacked together project that I'm just using to visualize data for debugging purposes). The Examples project will likely also be modified heavily in the next 3 weeks.

from sharpnav.

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.