smpl-core 0.9.0

Core functionality of smpl-rs
Documentation
1
2
3
4
5
use ndarray as nd;
/// Component for Linear Blend Skinning Weights
pub struct LbsWeights {
    pub lbs_weights: nd::Array2<f32>,
}