Struct smallpt::scene::Scene[][src]

pub struct Scene {
    pub objects: Vec<Box<Traceable>>,
}

Fields

Methods

impl Scene
[src]

Trait Implementations

impl Default for Scene
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Scene

impl Sync for Scene