opensubdiv-petite-sys 0.3.1

Low-level wrapper around parts of Pixar’s OpenSubdiv
Documentation
pub mod topology_level;
pub use topology_level::*;

pub mod topology_refiner;
pub use topology_refiner::{
    AdaptiveRefinementOptions, BoundaryInterpolation, ConstIndexArray, CreasingMethod,
    FaceVaryingLinearInterpolation, Scheme, TopologyRefiner, TopologyRefinerPtr,
    TriangleSubdivision, UniformRefinementOptions,
};
// Re-export Options with a more specific name to avoid conflicts
pub use topology_refiner::TopologyRefinerFactoryOptions;

pub mod stencil_table;
pub use stencil_table::{Stencil, StencilTable, StencilTableOptions, StencilTablePtr};

pub mod limit_stencil_table;
pub use limit_stencil_table::*;

pub mod topology_descriptor;
pub use topology_descriptor::*;

pub mod primvar_refiner;
pub use primvar_refiner::*;

pub mod patch_table;
pub use patch_table::*;