Fixed issue with PLYReader:
Unsupported properties in ply-file will now be skipped instead of read as x-coordinates. git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@157 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -143,7 +143,8 @@ private:
|
|||||||
enum VertexProperty {
|
enum VertexProperty {
|
||||||
XCOORD,YCOORD,ZCOORD,
|
XCOORD,YCOORD,ZCOORD,
|
||||||
TEXX,TEXY,
|
TEXX,TEXY,
|
||||||
COLORRED,COLORGREEN,COLORBLUE,COLORALPHA
|
COLORRED,COLORGREEN,COLORBLUE,COLORALPHA,
|
||||||
|
UNSUPPORTED
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user