[][src]Module gut::mesh::vertex_positions

This module defines the VertexPositions trait, which defines a core intrinsic attribute for most standard meshes.

Traits

VertexPositions

An "intrinsic" trait for accessing vertex positions on a mesh. This trait can be implemented automatically by deriving the virtual "Intrinsic" trait and taggin the field with the vertex positions field with the #[intrinsic(VertexPositions)] attribute. Make sure that VertexPositions is in scope, or specify the path in the argument to the intrinsic attribute directly.