Skip to content

Jasper-Bekkers/voxelize-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voxelize-rs

travis-ci.com Latest version Documentation MIT

Native voxelization library

Usage

Add this to your Cargo.toml:

[dependencies]
voxelize-rs = "0.1.0"
let tri = Triangle::new(
    Vector3::new(0f32, 0f32, 0f32),
    Vector3::new(0f32, 1f32, 0f32),
    Vector3::new(0f32, 0f32, 1f32),
);

let coords = voxelize(&vec![tri], &Vector3::new(0.1, 0.1, 0.1));

License

Licensed under MIT license (http://opensource.org/licenses/MIT)

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, shall be licensed as above, without any additional terms or conditions.

Contributions are always welcome; please look at the issue tracker to see what known improvements are documented.

About

Rust voxelization library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages