Mesh loader for OFF files. More...
Inherits Derm::Mesh::MeshCodec::Plugin.
Public Member Functions | |
| MeshCodecOFF () | |
| MeshCodecOFF constructor. | |
| override bool | IsSupported (FileStream fs) |
| Check whether a file stream is supported. | |
| override bool | IsSupported (string path) |
| Check whether a file stream is supported. | |
| override Mesh | Load (FileStream fs) |
Mesh loader for OFF files.
| Derm.Mesh.MeshCodecOFF.MeshCodecOFF | ( | ) |
MeshCodecOFF constructor.
| override bool Derm.Mesh.MeshCodecOFF.IsSupported | ( | FileStream | fs | ) |
Check whether a file stream is supported.
| fs | A FileStream |
This routine determine whether a file is supported by examining the file contents.
| override bool Derm.Mesh.MeshCodecOFF.IsSupported | ( | string | path | ) |
Check whether a file stream is supported.
| fs | A FileStream |
This routine determine whether a file is supported by examining the file name extention.
| override Mesh Derm.Mesh.MeshCodecOFF.Load | ( | FileStream | fs | ) |