subdiv-kernels 0.1.0

Standalone subdivision kernel crate for Rust and wasm32 workflows
Documentation
1
2
3
4
5
6
7
pub(crate) mod face_varying;
pub(crate) mod sharpness;
pub(crate) mod stencils;
pub(crate) mod topology;

#[cfg(test)]
mod tests;