add wrapper for readPLY

This commit is contained in:
Hasnain Vohra
2017-07-17 15:40:36 -04:00
parent 536ee69aed
commit 46385dc442
5 changed files with 26 additions and 2 deletions
+1
View File
@@ -153,6 +153,7 @@ PYBIND11_PLUGIN(pyigl) {
writeMESH
writeOBJ
writePLY
readPLY
)pyigldoc");