Enum rust_3d::prelude::PlyError
[−]
[src]
pub enum PlyError {
LoadError,
LoadStartNotFound,
LoadFormatNotFound,
LoadWrongPropertyCount,
LoadVertexIndexDefinitionNotFound,
LoadHeaderEndNotFound,
LoadVertexCountNotFound,
LoadFaceCountNotFound,
LoadVertexCountIncorrect,
LoadVerticesIncorrect,
}Variants
LoadErrorLoadStartNotFoundLoadFormatNotFoundLoadWrongPropertyCountLoadVertexIndexDefinitionNotFoundLoadHeaderEndNotFoundLoadVertexCountNotFoundLoadFaceCountNotFoundLoadVertexCountIncorrectLoadVerticesIncorrect