Enum kiss3d::light::Light [] [src]

pub enum Light {
    Absolute(Point3<GLfloat>),
    StickToCamera,
}

The light configuration.

Variants

A light with an absolute world position.

A light superimposed with the camera position.

Trait Implementations

impl Clone for Light
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more