tinyply icon indicating copy to clipboard operation
tinyply copied to clipboard

error while reading ascii PLY files

Open PerspectivesLab opened this issue 2 years ago • 2 comments

hi there, i am exporting from 3dsmax in the ply format, for each ply export in cant read the ascii file, tinyply generates an error teapot_ascii.zip

you will find joind an example file the error is generated at:

template<typename T> void ply_cast_ascii(void * dest, std::istream & is)
{
    *(static_cast<T *>(dest)) = ply_read_ascii<T>(is);
}

PerspectivesLab avatar Sep 26 '21 18:09 PerspectivesLab

Thank you @PerspectivesLab I will take a look

ddiakopoulos avatar Sep 28 '21 17:09 ddiakopoulos

@ddiakopoulos Hi ! do you comfirm the bug from the file joined ? thanks

PerspectivesLab avatar Oct 01 '21 19:10 PerspectivesLab