You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FIXED `read_off` method from `off.py`
ADDED comment parameter to skip comment rows and end of line comments
CHANGED to c engine to increase drastically the performance
ADDED n_rows and REMOVED skipfooter to use c engine
ADDED dtype parameter to directly cast the element types
SET points read_csv to off buffer: no skip of first lines needed
* Deleted commented section
* FIX off.py
Fixed typo in parameters name
Added n_points and n_faces default as 0
* REFACTOR changed deprecated jit to njit
* FIX ValueError when using `read_obj`
* Added throw ValueError on empty file
* Update pyntcloud/io/obj.py
---------
Co-authored-by: Edoardo Bortolozzo <edoardo.bortolozzo@studenti.unipd.it>
Co-authored-by: David de la Iglesia Castro <daviddelaiglesiacastro@gmail.com>
0 commit comments