Struct gltf::camera::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]

[src]

Returns the internal JSON index.

[src]

Returns the camera's projection.

[src]

Optional application specific data.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.