Struct e2rcore::implement::render::light::LightAdsDir [] [src]

pub struct LightAdsDir {
    pub _id: u64,
    pub _pos: Mat3x1<f32>,
    pub _ads_val_spec: Mat3x1<f32>,
    pub _ads_val_diff: Mat3x1<f32>,
    pub _ads_val_amb: Mat3x1<f32>,
    pub _dir: Mat3x1<f32>,
    pub _light_view_xform: Mat4<f32>,
}

Fields

Trait Implementations

impl AdsVal for LightAdsDir
[src]