pub struct PrimitiveGroup {
    pub index: u32,
    pub origin: Vec3A,
    pub material: Material,
}Expand description
Prititive group of a geometry.
Fields§
§index: u32Index of the primitive group.
origin: Vec3AOrigin of the primitive group.
material: MaterialMaterial of the primitive group.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrimitiveGroup
impl RefUnwindSafe for PrimitiveGroup
impl Send for PrimitiveGroup
impl Sync for PrimitiveGroup
impl Unpin for PrimitiveGroup
impl UnwindSafe for PrimitiveGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more