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
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.
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.