Struct tobj::Model [−][src]
Expand description
A named model within the file.
Associates some mesh with a name that was specified with an o or g
keyword in the OBJ file.
Fields
mesh: MeshMesh used by the model containing its geometry.
name: StringName assigned to this Mesh.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Model
impl UnwindSafe for Model
Blanket Implementations
Mutably borrows from an owned value. Read more