pub struct Mp3dOptions {
pub rotation: Rotation3,
}Expand description
Options for loading Matterport3D .house descriptors.
Fields§
§rotation: Rotation3Rotation to apply while loading.
Defaults to Rotation3::HABITAT_MP3D to match Habitat-Sim’s MP3D
loader. Use Rotation3::IDENTITY to keep raw MP3D coordinates.
Trait Implementations§
Source§impl Clone for Mp3dOptions
impl Clone for Mp3dOptions
Source§fn clone(&self) -> Mp3dOptions
fn clone(&self) -> Mp3dOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Mp3dOptions
impl Debug for Mp3dOptions
Auto Trait Implementations§
impl Freeze for Mp3dOptions
impl RefUnwindSafe for Mp3dOptions
impl Send for Mp3dOptions
impl Sync for Mp3dOptions
impl Unpin for Mp3dOptions
impl UnsafeUnpin for Mp3dOptions
impl UnwindSafe for Mp3dOptions
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