unify int8_t/signed char/char in ply reader and writer.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1292 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -237,7 +237,7 @@ void _PLYReader_::readCustomProperty(std::istream& _in, BaseImporter& _bi, Handl
|
|||||||
{
|
{
|
||||||
case ValueTypeINT8:
|
case ValueTypeINT8:
|
||||||
case ValueTypeCHAR:
|
case ValueTypeCHAR:
|
||||||
assignCustomProperty<char>(_in,_bi,_h,_propName,isList);
|
assignCustomProperty<signed char>(_in,_bi,_h,_propName,isList);
|
||||||
break;
|
break;
|
||||||
case ValueTypeUINT8:
|
case ValueTypeUINT8:
|
||||||
case ValueTypeUCHAR:
|
case ValueTypeUCHAR:
|
||||||
|
|||||||
Reference in New Issue
Block a user