[][src]Struct rin::gl::DirectionalLightWithShadowMap

pub struct DirectionalLightWithShadowMap<'l, S, G, B> { /* fields omitted */ }

A directional light + one or more shadow maps

Methods

impl<'l, G, S: DirectionalShadowMap<G>, B: Borrow<S>> DirectionalLightWithShadowMap<'l, S, G, B>
[src]

View matrix of this light

Projection matrix for a specific shadow map in this light

Projection * View matrix for a specific shadow map in this light

Bias * Projection * View for a specific shadow map in this light

Important traits for &'a mut [u8]

Bias * Projection * View for all shadow maps in this light

Shadow map + light matrices as Mvp

Trait Implementations

impl<'l, S, G, B> NodeRef for DirectionalLightWithShadowMap<'l, S, G, B>
[src]

Returns the local position of this node

Returns the orientation of this node as a quaternion which is how it's stored internally Read more

Returns the orientation of this node as a Rotation3. Read more

Returns the current local scale

The node orientation x axis

The node orientation y axis

The node orientation z axis

Local transformation matrix

Global transformation matrix

Global position of this node

Global orientation of this node

Global scale of this node

Inverse local transformation of this node Read more

Inverse global transformation of this node Read more

impl<'l, G, S: DirectionalShadowMap<G>, B: Borrow<S>> Render3d for DirectionalLightWithShadowMap<'l, S, G, B>
[src]

impl<'l, G, S: DirectionalShadowMap<G>, B: Borrow<S>> Light for DirectionalLightWithShadowMap<'l, S, G, B>
[src]

Auto Trait Implementations

impl<'l, S, G, B> Send for DirectionalLightWithShadowMap<'l, S, G, B> where
    B: Send,
    G: Send,
    S: Send

impl<'l, S, G, B> Sync for DirectionalLightWithShadowMap<'l, S, G, B> where
    B: Sync,
    G: Sync,
    S: Sync

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.

impl<V> IntoVec for V
[src]

impl<V> IntoPnt for V
[src]

impl<T> Same for T
[src]

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]