amosproj / amos2021ss05-3d-viewer

This repository provides code for a webbased 3D-Viewer, which was developed during the AMOS class 2021 at FAU, Erlangen-Nürnberg.
MIT License
3 stars 3 forks source link

Missing folders and files in the project #125

Open midunmano opened 2 years ago

midunmano commented 2 years ago

Hi, I have tried to run 3d viewer in my local. I ensured my browser supports WebGL to run this package. It seems assets/ folder and some important files like data.json are missing here. assests

datajson

So it's not running the way I expected. Is there any workaround or better way to run this package? Because I need these sample files to analyze this 3d-viewer and implement in my project. Thanks in advance.

leonopulos commented 2 years ago

Hello, You are correct that the data model is not provided in this repository. You can see the software in action with panorama pictures taken and provided by our project partner bup-nbg at: https://50-jahre-informatik.cs.fau.de/ If you would like to create your own data model from panorama pictures and global coordinates, check out the wiki page to see what the data model needs to look like. Alternatively you can go back to some earlier releases, where we included a minimal example in a local assets folder.