add loading of sample Point Clouds

The files are from ETH-Apartment Dataset
This commit is contained in:
Tim Wundenberg
2021-08-03 21:33:14 +02:00
parent ab4f98f76c
commit 04de194255
8 changed files with 740625 additions and 32 deletions

View File

@@ -3,7 +3,6 @@ import modulePCI from './pointCloudInfo/store.js'
export default createStore({
namespaced: true,
strict: true,
state: {
dummy: "dummy"
},