Struct ambient_api::mesh::Vertex
source · #[repr(C)]pub struct Vertex {
pub position: Vec3,
pub normal: Vec3,
pub tangent: Vec3,
pub texcoord0: Vec2,
}
Available on crate feature
client
only.Fields§
§position: Vec3
§normal: Vec3
§tangent: Vec3
§texcoord0: Vec2
Auto Trait Implementations§
impl RefUnwindSafe for Vertex
impl Send for Vertex
impl Sync for Vertex
impl Unpin for Vertex
impl UnwindSafe for Vertex
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
source§impl<T> Downcast for T
impl<T> Downcast for T
source§impl<T> ElementComponentName for T
impl<T> ElementComponentName for T
source§fn element_component_name(&self) -> &'static str
fn element_component_name(&self) -> &'static str
Returns the name of the type implementing ElementComponent.