pub enum NormalDistributionFunction {
Blinn,
Beckmann,
TrowbridgeReitzGGX,
}Expand description
The normal distribution function used in a Cook-Torrance lighting model.
Variants§
Trait Implementations§
source§impl Clone for NormalDistributionFunction
impl Clone for NormalDistributionFunction
source§fn clone(&self) -> NormalDistributionFunction
fn clone(&self) -> NormalDistributionFunction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for NormalDistributionFunction
impl Debug for NormalDistributionFunction
source§impl PartialEq<NormalDistributionFunction> for NormalDistributionFunction
impl PartialEq<NormalDistributionFunction> for NormalDistributionFunction
source§fn eq(&self, other: &NormalDistributionFunction) -> bool
fn eq(&self, other: &NormalDistributionFunction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.