Ashen-MG / web-app-for-3d-processing

Web Application for 3D data Conversion, Processing, and Visualization. Backend is mainly built with Python, Flask, and Open3D. Frontend is mainly built with Typescript, React, and Three.js.
2 stars 1 forks source link

Uploading PCD after other type results in lag & error and vice-versa #1

Closed Ashen-MG closed 2 years ago

Ashen-MG commented 2 years ago

Model.txs: _fileExtension could have been updated (e.g. to pcd) while _fileData was still loaded from the previous file (e.g. xyz), hence PCDLoader could get stuck because of an invalid format.