Giter VIP home page Giter VIP logo

transvoxel_rs's People

Contributors

nilaysavant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

transvoxel_rs's Issues

Triangle mesh seems incoherent with surface value threshold other, than 0

Extracted field with surface value threshold 0.0
image

Same field extracted with surface value threshold 0.01
image

Same field extracted with surface value threshold 0.1
image

Have tried using any other value, but it only works with 0.0. The greater the value, the greater the mess The images describe it better than I ever could :)

[Proposal] Include LOD information into VoxelData trait

To help with deciding on how detailed the density information should be, the VoxelData trait could be updated:

fn density(&self) -> Self::Density;

pub trait VoxelData: Default + Clone + Copy {
    /// The type that acts as density
    type Density: Density;
    /// How to get the density from a given data object
    //From:  fn density(&self ) -> Self::Density;
    fn density(&self, cell_size:  f32) -> Self::Density;
}

The function usage inside the library contains this information in let rot = self.current_rotation;:

let rot = self.current_rotation;

This would make it possible to provide better representative density information through VoxelData by enabling the trait implementers to use the size of the iterating cube.

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.