Enum kiss3d::light::Light
[−]
[src]
pub enum Light { Absolute(Point3<GLfloat>), StickToCamera, }
The light configuration.
Variants
Absolute(Point3<GLfloat>)
A light with an absolute world position.
StickToCamera
A light superimposed with the camera position.
Trait Implementations
impl Clone for Light
[src]
fn clone(&self) -> Light
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more