Struct e2rcore::implement::render::light::LightAdsPoint
[−]
[src]
pub struct LightAdsPoint {
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>,
}Fields
_id: u64
_pos: Mat3x1<f32>
_ads_val_spec: Mat3x1<f32>
_ads_val_diff: Mat3x1<f32>
_ads_val_amb: Mat3x1<f32>
Trait Implementations
impl Clone for LightAdsPoint[src]
fn clone(&self) -> LightAdsPoint[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl IObjImpl for LightAdsPoint[src]
fn as_any(&self) -> &Any[src]
fn update_components(
&mut self,
components: &mut Vec<Box<IComponent>>
) -> Result<(), &'static str>[src]
&mut self,
components: &mut Vec<Box<IComponent>>
) -> Result<(), &'static str>