Riccio3di
A web app for exploring in 3D an art exhibition
Install / Use
/learn @Tars4815/Riccio3diREADME
riccio3di
A web app for exploring in 3D an art exhibition based on Potree JS.
A working example can be found on the LabMGF@PoliMi website.



Table of content 📋
How to install and run ⚙
Make sure you have the following installed and working in order to reproduce the project. You can view detailed installation guidelines within the following links:
Once you cloned this repository, make sure that it is located inside the xampp/htdocs directory. The web app will then be accessible by connecting to the url localhost/riccio3di/.
In order to enable the db connection for annotations loading, install PostgreSQL and create a new database containing a table for artworks information. For the Ricci Oddi case study, PostgreSQL 16.1 version has been used. Then, fix the connection credentials in index.php according to your case.
License
For continuity sake, this project carries the same license as the original Potree project. More information can be found in the LICENSE file.
Features 💡
Custom welcome page
<video width="320" height="240" controls> <source src="assets/video/welcome-page.mp4" type="video/mp4"> </video>3D scene exploration
<video width="320" height="240" controls> <source src="assets/video/3d-scene-exploration.mp4" type="video/mp4"> </video>Point cloud source legend
<video width="320" height="240" controls> <source src="assets/video/point-cloud-source-legend.mp4" type="video/mp4"> </video>Search bar and info panel
<video width="320" height="240" controls> <source src="assets/video/search-bar-info-panel.mp4" type="video/mp4"> </video>Indoor floor plan navigation
<video width="320" height="240" controls> <source src="assets/video/indoor-floor-plan-navigation.mp4" type="video/mp4"> </video>Database-connected annotations
<video width="320" height="240" controls> <source src="assets/video/database-connected-annotations.mp4" type="video/mp4"> </video>Performance 💻
Examples work best and with Google Chrome and Firefox.
Credits 👥
The project has been originally developed by LAB2R (Laboratory of Survey and Representation) and LabMGF (Geodetic and Photogrammetric Laboratory) coordinated by Professor Livio Pinto at Politecnico di Milano - Piacenza campus.
The in situ survey was part of the laboratories for the RELIEF TECHNIQUE AND 3D MODELING FOR THE ARCHITECTURE course from the Bachelor of Science Degree in Architectural Design. Drone surveys and laser scanner acquisitions were conducted and pre-processed by Federico Barbieri, Rebecca Fascia and Francesco Ioli
The collected data were first processed within the research thesis project entitled Galleria Ricci Oddi: Indagine storica - rilievo e rappresentazione del complesso architettonico by Gaia Castelli.
The digital twin platform implementation was carried by Federica Gaspari.
How to contribute ❓
if you are willing to contribute or test the template for several applications and report a bug or suggest new features:
- Fork this repository
- Clone your fork
- Create a new branch
- Make desired changes to the code and commit them
- Push changes to your GitHub repository
- Open a pull request
References 📚
- Fascia, R., Barbieri, F., Gaspari, F., Ioli, F., and Pinto, L.: From 3D survey to digital reality of a complex architecture: a digital workflow for cultural heritage promotion, Int. Arch. Photogramm. Remote Sens. Spatial Inf. Sci., XLVIII-2/W4-2024, 205–212, https://doi.org/10.5194/isprs-archives-XLVIII-2-W4-2024-205-2024, 2024
