Struct implicit3d::PrimitiveParameters [] [src]

pub struct PrimitiveParameters<S> {
    pub fade_range: S,
    pub r_multiplier: S,
}

This struct configures evaluation of rounded edges between object. The edge is evaluated in a different more computationally expensive way.

Fields

Fade from standard object evaluation to edge evaluation on this fraction of the edge.

How much to extend the radius for edge evaluation mode.

Trait Implementations

Auto Trait Implementations

impl<S> Send for PrimitiveParameters<S> where
    S: Send

impl<S> Sync for PrimitiveParameters<S> where
    S: Sync