Struct l3d::load::LoadOptions[][src]

pub struct LoadOptions<'a> {
    pub source: LoadSource<'a>,
    pub with_normals: bool,
    pub with_tangents: bool,
    pub with_materials: bool,
}

Fields

source: LoadSource<'a>with_normals: bool

Whether to load/generate normals if they are not part of the 3D file

with_tangents: bool

Whether to load/generate tangents if they are not part of the 3D file

with_materials: bool

Whether to load materials

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.