diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 6b705681..991df549 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -202,7 +202,7 @@ namespace vcg { if( tri::HasPerVertexRadius(m) && (pi.mask & Mask::IOM_VERTRADIUS) ) { const char* rdtp = vcg::tri::io::Precision::typeName(); - fprintf(fpout,"property float radius\n",rdtp); + fprintf(fpout,"property %s radius\n",rdtp); } if( ( HasPerVertexTexCoord(m) && pi.mask & Mask::IOM_VERTTEXCOORD ) ) {