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
_id: u64
_pos: Mat3x1<f32>
_ads_val_spec: Mat3x1<f32>
_ads_val_diff: Mat3x1<f32>
_ads_val_amb: Mat3x1<f32>
_dir: Mat3x1<f32>
_light_view_xform: Mat4<f32>