[][src]Trait rpt::SceneAdd

pub trait SceneAdd<T> {
    pub fn add(&mut self, node: T);
}

Trait that allows adding an object or light to a scene

Required methods

pub fn add(&mut self, node: T)[src]

Add an object or light to the scene

Loading content...

Implementors

impl SceneAdd<Light> for Scene[src]

impl SceneAdd<Object> for Scene[src]

Loading content...