1 2 3 4 5 6 7 8 9 10
/// A set of primitives to be rendered. /// /// A node can contain one or more meshes and its transform places the meshes in /// the scene. #[derive(Clone, Debug, Default, Deserialize, Validate)] pub struct Mesh {} /// Geometry to be rendered with the given material. #[derive(Clone, Debug, Default, Deserialize, Validate)] pub struct Primitive {}