- added color float support for the OM OFF reader/writer
- added corresponding unittests - small fix for the PLY writer Note that for reading binary OFF files with color floats, the user has to set the flag, that floats are expected closes #1410 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@818 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -136,8 +136,8 @@ private:
|
||||
|
||||
bool can_u_read(std::istream& _is) const;
|
||||
|
||||
bool read_ascii(std::istream& _in, BaseImporter& _bi) const;
|
||||
bool read_binary(std::istream& _in, BaseImporter& _bi, bool swap) const;
|
||||
bool read_ascii(std::istream& _in, BaseImporter& _bi, Options& _opt) const;
|
||||
bool read_binary(std::istream& _in, BaseImporter& _bi, Options& _opt, bool swap) const;
|
||||
|
||||
void readValue(std::istream& _in, float& _value) const;
|
||||
void readValue(std::istream& _in, int& _value) const;
|
||||
|
||||
Reference in New Issue
Block a user