Struct gltf::Camera[][src]

pub struct Camera<'a> { /* fields omitted */ }

A camera's projection. A node can reference a camera to apply a transform to place the camera in the scene.

Methods

impl<'a> Camera<'a>
[src]

Returns the internal JSON index.

Optional user-defined name for this object.

Returns the camera's projection.

Optional application specific data.

Trait Implementations

impl<'a> Clone for Camera<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Camera<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Camera<'a>

impl<'a> Sync for Camera<'a>