Skip to content

A small, fast website that allows for 3D artifacts to be displayed on mobile and desktop devices. Developed as part of a deliverable with highland museums.

Notifications You must be signed in to change notification settings

corriedotdev/3D-Museum-Library

Repository files navigation

"Augmenting Heritage: AR Application"

Task

Was assigned the task to scan and create an AR application that showcases the scanned content on an iPad and Android tablet for a Scottish museum. Deployment was therefore essential as these are different os so decided to use a progresssive web application which would allow the site to be accessed offline, where the high file size of the models can be cached and viewed in low WiFi areas of the museum.

Project consisted of;

Scanning

  • Using DSLR and nerf, metashape and autodesk products to see what produced the best in a timely mannar

  • Luma.ai using nerf on the iPhone

  • Scanniverse

  • 10 Artifacts ranging from garments to childrens toys

Due to extensive processing times for the DSLR images and ensuring the camera frames were correctly alligned, luma.ai data was primarily used. One day of scanning was allocated so all artifacts were scanned in one working day.

Data Cleanup

  • Luma.ai allowed for files to be exported to .obj which was then loaded into Maya and cleaned, by removing mesh that was background and not critical to the asset being scanned.

  • Once cleaned it was exported to an .fbx file which is a binary file and contains all the textures. From this various techniques were explored to get a low binary size that would work with the model-viewer platform. https://github.com/facebookincubator/FBX2glTF was used to convert files from fbx to gltf and the command used was as follows. Unlit material was used as demonstrated too much specular mapping in the end .glb

FBX2glTF-windows-x64.exe --binary --verbose --khr-materials-unlit --input Blue_Dress_Low_Clean.fbx --output new-blue.glb3

Hosting

  • As no webserver was used in the budget hosted using gitpages at the above url.

Result

A small, fast website that allows for 3D artifacts to be displayed on mobile and desktop devices. The AR funtionality on mobile and tablet allows users to place the model in the real world and take photos and videos with it and save directly to their device without having to download an application.

ar.mp4

About

A small, fast website that allows for 3D artifacts to be displayed on mobile and desktop devices. Developed as part of a deliverable with highland museums.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published