How to Publish and Embed Interactive 3D Models with Sketchfab

Total Page:16

File Type:pdf, Size:1020Kb

How to Publish and Embed Interactive 3D Models with Sketchfab Man-San Ma http://mansanma.com/ (647) 447- 3769 • [email protected] How to Publish and Embed Interactive 3D Models with Sketchfab Introduction If you are a medical illustrator that creates beautiful scientifically accurate 3D models, why showcase your work as a 2D image? Sketchfab is a platform that allows interactive 3D content to be published, shared and embedded online without a plug-in. Your model can be embedded on any web page and shared across platforms like Tumblr, Wordpress, Bēhance, Facebook, Kickstarter, Linkedin, Deviantart and the list goes on. This document will give a brief introduction on how to easily and quickly embed a 3D interactive viewer within a few clicks! Sketchfab utilizes webGL technology. WebGL is a JavasScript API for rendering 3D and 2D graphics within browsers without the use of plug-ins. WebGL utilizes the <canvas> element in HTML5. Understanding the inner workings of webGL is unnecessary to use Sketchfab, but if you would to learn more about webGL, you can read Joshua Lai's blog post on how to use webGL to code your own interactive 3D viewer: http://jlai3d.blogspot.ca/?view=classic Browser Support Since sketchfab is powered by webGL, and webGL is in turn run with the <canvas> tag, sketchfab will only fully function on browsers that support the <canvas> tag. The <canvas> tag is supported in Internet Explorer 9+, Firefox, Opera, Chrome, and Safari. However, Sketchfab has built an image-based backup so that if the browser does not support WebGL, it will automatically default to a 360° view of your model. This means that even if your audience not on a webGL enabled browser, they will still have an interactive 360° model to view. You can view an example here: https://www.youtube.com/watch?v=6fSh422JPVM 3D file support Sketchfab allows you to upload 28 different 3D file types. You can find out more here: https://sketchfab.com/faq/upload#which-formats-are-supported) Getting Started First you will need to create a Sketchfab account. There are two types of accounts: Basic and Pro. The free account has more than enough features to get started with. Throughout this document I will list some of the differences and options you can have with a Pro account. You can find out more about the account types here: https://sketchfab.com/plans. Uploading model and materials There are many methods of uploading your model onto Sketchfab, but this document will only go over how to upload your model in the zipped format. I have chosen to go over this method because it is suitable for anyone to use with any 3D modeling program. The other options not discussed in this document include uploading to Sketchfab with an exporter directly from your 3D modeling program (eg. Maya, Cinema 4D, etc.) or natively (eg. Photoshop, 3D coat, etc). To upload your materials with your model, you can zip together (.zip, .tar) a folder that contains all your texture files (.jpg, .png, .psd, .tiff), material file (.mtl) and your model file, and directly upload the zipped file. (I have found that sometimes this does not always work, if that is the case, you can upload your 3D file and then import your textures and maps separately) How to Publish and Embed Interactive 3D Models with Sketchfab 1 Upload> Choose file You can now insert a model name, description and choose a category. You can always revisit and change these settings by going to your model’s properties. 3D Settings and Material editor Once your model is uploaded, you can modify the textures, materials and settings of your model. Go to Settings> 3D settings. How to Publish and Embed Interactive 3D Models with Sketchfab 2 Man-San Ma http://mansanma.com/ (647) 447- 3769 • [email protected] This will bring you to the scene where you can edit the model's orientation and the camera's field of view for when your model initially loads for your site. Here you can enable image-based lighting by loading an environment. If you have a Pro account, you can upload your own environment. In this example I did not use an environment, I just set my fixed background to “clean_dark”. You can access the Material Editor by going to the Materials tab. Here you can add various maps to texture your model. Click on the square> Import image> find your texture and material file. How to Publish and Embed Interactive 3D Models with Sketchfab 3 For each material, here are the settings you can control: • Diffuse Color - Use the color picker to tint the model or upload your own diffuse map. • Lightmap - Pre-baked lighting on your models for shadows you have rendered onto the model. • Specular Color - Controls the intensity of the texture meant to reflect in light. • Glosiness - Controls the sharpness of the specular map • Normal Map: You can import a normal or displacement map in this section. • Opacity - Controls any transparancy in your materials, or the overall transparancy of the part of the model selected. You can only select a texture not a color, if you select a color it will disable the texture. If you don’t use the texture only the factor will affect the rendering. • Emission – For parts you want glow or self-illumination. • Environment Reflection - This setting is used only if you enabled a environment under the scene tab. This factor is multiplied by the specular color. You can find out more about the specific settings here: http://blog.sketchfab.com/post/63679785587/how-to-match-your-materials-on-sketchfab When you're done, take screenshot to save your thumbnail and save Settings. How to share and embed Sketchfab's 3D viewer on your website There are many methods of embedding your 3D model on your website (ex. Wordpress offers a plugin). We will focus on the simple method of using the embed button at the bottom of your Sketchfab 3D viewer. Here you can click on any of the social media icons to share. If you want to embed the 3D viewer in your website, you can take the <iframe> code from and paste it into the html of your page (the <iframe> tag defines an inline frame- an inline frame is used to embed the 3D viewer hosted on Sketchfab and place it within another HTML document such as your website). To see more options, click show options. Here you can define the size of your <iframe>. By default, the 3D viewer will display the screenshot of the model with a “play” button and will only launch if the user clicks on it. If autostart is checked, then the viewer will launch immediately once the page is loaded. I like to keep this option unchecked so that it does not overload the user’s browser. I typically check off Hide model infos so that my user isn’t taken off my website to my sketchfab account. How to Publish and Embed Interactive 3D Models with Sketchfab 4 Man-San Ma http://mansanma.com/ (647) 447- 3769 • [email protected] The options within the iframe code: • Frameborder: specifies whether or not to display a border around the <iframe>. • Height/width: specifies the height/width of the iframe. If you change the values to a percent (eg. embed = 100% of parent's window size) then you can make your viewport responsive. (ex. height= “500px” width= “100%”). • webkitallowfullscreen & mozallowfullscreen: allows full screen functionality • src: this is the address of where your model is stored on Sketchfab.com You can read more about the embedding options here: https://sketchfab.com/faq/share Once your iframe is modified to your liking and pasted on your HTML document, you’re done! Comparison with other interactive 3D viewers The two main competitors of Sketchfab are Verold and p3d.in. Here is a brief breakdown on their similarities and differences: Similarities: All three platforms run WebGL in the browser and allow a large number of 3D file types to be uploaded. All three products are fairly new and were launched in 2012. Differences: Verold: More invested in their material system and shaders. It supports advanced material features like subsurface scattering, iridescent effects, transmissive properties, fresnel shading, ability to set another layer of specular information for metallic-looking surfaces, etc. p3d.in: It can display your model without displaying any information about itself. Sketchfab will have the company logo (unless you upgrade to a pro account, in which cause you can upload your own watermark). No option to upload as a zip file. Resources Josh Lai’s blog about webGL • http://jlai3d.blogspot.ca/?view=classic Sketchfab also provides a portfolio website (Sketchfab.me) for Pro account users. If you are a student it is FREE! • http://blog.sketchfab.com/post/46247179555/sketchfab-me-professional-3d-portfolio-website Plug-ins http://wordpress.org/plugins/sketchfab-viewer/ How to Publish and Embed Interactive 3D Models with Sketchfab 5 .
Recommended publications
  • MS Word Template for CAD Conference Papers
    243 Web-Based Visualization of 3D Factory Layout from Hybrid Modeling of CAD and Point Cloud on Virtual Globe DTX Solution Vahid Salehi1 and Shirui Wang2 1Munich University of Applied Science, [email protected] 2Institut für Engineering Design and Mechatronic Systems and MPLM e.V., [email protected] ABSTRACT 3D modeling is one of the main technologies in virtual factory. A satisfying visualization of 3D virtual factory enables workers, engineers, and managers to have a straightforward view of plant layout. It could facilitate and optimize the further planning of manufacturing facilities and systems. Traditionally, a 3D representation of manufacturing facilities and equipment is performed by utilizing CAD modeling. However, this process would be considerably time-consuming when it comes to the 3D modeling of manufacturing surroundings and the environment in the entire factory. Nowadays, with the development of 3D laser scanner, using scanning technology to obtain the digital replica of objects is becoming the new trend. The scanning result – point cloud data has been widely used in various fields for 3D- visualization, modeling, and analysis. Therefore, hybrid modeling of CAD and laser scan data provide a rapid and effective method for 3D factory layout visualization. Since visualization of 3D models is no longer limited to desktop-based solutions but has become available over the web browser powered by web graphic library (WebGL), in this paper, we proposed a systematic and sustainable workflow based on the DTX-Solutions© systems engineering integrated approach to generate and visualize hybrid 3D factory layout where the point cloud model is combined with CAD objects of new manufacturing equipment on a web-based DTX- Solutions© library.
    [Show full text]
  • Survey of 3D Digital Heritage Repositories and Platforms
    Virtual Archaeology Review, 11(23): 1-15, 2020 https://doi.org/10.4995/var.2020.13226 © UPV, SEAV, 2015 Received: March 4, 2020 Accepted: May 26, 2020 SURVEY OF 3D DIGITAL HERITAGE REPOSITORIES AND PLATFORMS ESTUDIO DE LOS REPOSITORIOS Y PLATAFORMAS DE PATRIMONIO DIGITAL EN 3D Erik Champion , Hafizur Rahaman * Faculty of Humanities, Curtin University, Bentley 6845, Australia. [email protected]; [email protected] Highlights: • A survey of relevant features from eight institutional and eleven commercial online 3D repositories in the scholarly field of 3D digital heritage. • Presents a critical review of their hosting services and 3D model viewer features. • Proposes six features to enhance services of 3D repositories to support the GLAM sector, heritage scholars and heritage communities. Abstract: Despite the increasing number of three-dimensional (3D) model portals and online repositories catering for digital heritage scholars, students and interested members of the general public, there are very few recent academic publications that offer a critical analysis when reviewing the relative potential of these portals and online repositories. Solid reviews of the features and functions they offer are insufficient; there is also a lack of explanations as to how these assets and their related functionality can further the digital heritage (and virtual heritage) field, and help in the preservation, maintenance, and promotion of real-world 3D heritage sites and assets. What features do they offer? How could their feature list better cater for the needs of the GLAM (galleries, libraries, archives and museums) sector? This article’s priority is to examine the useful features of 8 institutional and 11 commercial repositories designed specifically to host 3D digital models.
    [Show full text]
  • Introduction to Immersive Realities for Educators
    Introduction to Immersive Realities for Educators Contents 1. Introduction 2. Resources & Examples 3. Recommendations 4. Getting Started 5. VR Applications 6. Recording in VR 7. Using Wander 8. VR Champions 9. FAQs 10. References Introduction How VR In Education Will Change How We Learn And Teach The ever-evolving nature of technology continues to influence teaching and learning. One area where advances have impacted educational settings is immersive technology. Virtual reality (VR) immersive technologies “support the creation of synthetic, highly interactive three dimensional (3D) spatial environments that represent real or non-real situations” (Mikropoulos and Natsis, 2010, p. 769). The usage of virtual reality can be traced to the 1960s when cinematographer and inventor Morton Heiling developed the Sensorama, a machine in which individuals watched a film while experiencing a variety of multi-sensory effects, such as wind and various smells related to the scenery. In the 1980’s VR moved into professional education and training. The integration of VR in higher education became apparent in the 1990’s, and continues to be explored within colleges and universities in the 21st century. Why does it all mean? VR, AR, MR and What Does Immersion Actually Mean? Terms such as "Virtual Reality"(VR), "Augmented Reality" (AR), "Mixed Reality" (MR), and "Immersive Content" are becoming increasingly common in education and are more user-friendly and affordable than ever. Like any other technology, IR is used to introduce, support, or reinforce course learning objectives not unlike a text, film, or field trip to a museum. The major difference is that learning can be much more immersive, interactive and engaging.
    [Show full text]
  • Using Virtual Reality to Engage and Instruct: a Novel Tool for Outreach and Extension Age Group: All Ages! Dr. Geoffrey Attardo
    Using Virtual Reality to Engage and Instruct: A novel tool for Outreach and Extension Age Group: All Ages! Dr. Geoffrey Attardo Email: [email protected] Assistant Professor Room 37 Briggs Hall Department of Entomology and Nematology University of California, Davis Davis, California 95616 Recent developments in computer and display technologies are providing novel ways to interact with information. One of these innovations is the development of Virtual Reality (VR) hardware. Innovations in hardware and software have made this technology broadly accessible with options ranging from cell phone based VR kits made of cardboard to dedicated headsets driven by computers using powerful graphical hardware. VR based educational experiences provide opportunities to present content in a form where they are experienced in 3 dimensions and are interactive. This is accomplished by placing users in virtual spaces with content of interest and allows for natural interactions where users can physically move within the space and use their hands to directly manipulate/experience content. VR also reduces the impact of external sensory distractions by completely immersing the user in the experience. These interactions are particularly compelling when content that is only observable through a microscope (or not at all) can be made large allowing the user to experience these things at scale. This has great potential for entomological education and outreach as students can experience animated models of insects and arthropods at impossible scales. VR has great potential as a new way to present entomological content including aspects of morphology, physiology, behavior and other aspects of insect biology. This demonstration allows users of all ages to view static and animated 3D models of insects and arthropods in virtual reality.
    [Show full text]
  • VR Content Generation VR Content Generation
    VR Content Generation VR Content Generation • As follow up to Professor Dunston’s presentation on VR/AR applications in construction, I wanted to investigate getting 3D models into a VR environment • First idea was to download and use the Google Cardboard (cheap VR viewer) SDK, and develop some capabilities for both Android & IOS. • While this is still desirable, in order to generate native applications, it will be an extended effort. • Ultimately we want to support higher performance headgear as well: Oculus & Samsung. • In the mean time, there is a service provided by sketchfab.com which will take a variety of 3D models and render them onto a smartphone which is compatible with a Google Cardboard type device. The communication with the phone has some issues, but you are up and running very quickly. • Most VR seems to be based on synthetically generated scenes for gaming, entertainment, training, simulation, and design. • However sometimes you want to provide an immersive look at real scenes. • Photogrammetry and Laser Scanning provide the best way to generate such real world data. • For example, you could take the data you generated for the earlier homework exercise, and view it in a VR environment Stereo Rendering by Sketchfab on phone for viewing in “Google Cardboard” environment Mono rendering Insert phone into viewer, secure with Velcro. Select the landscape mode which works. 3D Formats readable by Sketchfab for VR rendering • .3dc point cloud • .mu kerbal space program • .3ds • .kmz google earth • .ac ac3d • .lwo, .lws lightwave • .asc ascii, x y z R G B • .flt open flight • .bvh biovision hierarchy • .iv open inventor • .blend blender • .osg, .osgt, .osgb, .ive op.
    [Show full text]
  • Mixed Interactive/Procedural Content Creation in Immersive Virtual Reality Environments
    Faculdade de Engenharia da Universidade do Porto Mixed Interactive/Procedural Content Creation in Immersive Virtual Reality Environments João Filipe Magalhães Moreira Dissertation Mestrado Integrado em Engenharia Informática e Computação Supervisor: Rui Pedro Amaral Rodrigues Co-Supervisor: Rui Pedro da Silva Nóbrega July 27, 2018 Mixed Interactive/Procedural Content Creation in Immersive Virtual Reality Environments João Filipe Magalhães Moreira Mestrado Integrado em Engenharia Informática e Computação July 27, 2018 Acknowledgments Thank you to my mother, Gabriela Magalhães, father, Carlos Manuel and brothers Carlos & Nuno for all the support in this long path of 5 years, and all the years before. Thank you to my coordinator Rui Rodrigues for all the guidance. Thank you to my co-coordinator Rui Nóbrega for all the patience with all my questions. Thank you, in no particular order, to Diana Pinto, Diogo Amaral and Vasco Ribeiro as my thesis buddies. A thank you to, in no particular order, Vitor, Inês, Gil, Mota, Marisa,Pontes for all the company in the long nights working. Thank you to everyone at GIG for they help, support and advice. Thank you to all the teachers of the teachers of the Faculdade de Engenharia da Universidade do Porto for all that they have taught me along the this path. Thank you to everyone who took time of their day to either give an opinion, advice and test my thesis. i Abstract With the growing of VR it is only natural that ways to help and simplify the work of the content creators would appear. In the ideal VR editor, the user is inside the scene building, painting and modeling the surrounding area.
    [Show full text]
  • Seller Success Handbook 3D Content Licensing Reimagined
    Seller Success Handbook 3D Content Licensing Reimagined Turn your creative work into passive income with the Sketchfab Store : ● Industry leading real time 3D player to showcase your work. ● Non-exclusive, so you can sell elsewhere. ● Maintain copyright and license under our Royalty Free license. ● Connect with leading brands and peers. ● 70% commission rate on sales. ● Set your own prices. Getting Started Quality work and fair pricing are critical to the success of all our sellers. In order to become a seller, we will review your portfolio to see if it meets the following criteria: ● Make sure your Sketchfab portfolio is representative of your work and you have at least 10 assets so we can properly assess your application. ● All models, textures, and/or animations are your original property. ● Work is modeled to an acceptable industry standard. ● Models are accurately UV mapped when UVs are used. ● Clean topology is employed. ● Textures (when used) and materials are optimized and efficient. ● Models specifically sold for 3D printing are water-tight and appropriately constructed. ● APPLY HERE After our team reviews your application and you are approved , it’s time to start selling. Selling Like a Pro - General Tips Stay engaged with your audience by answering comments. Responsive sellers make successful sellers. Consider adding annotations to add additional contextual information that will aid your sale. Simple solid color backgrounds will allow potential buyers to more clearly see your work, particularly when browsing through multiple search results. We recommend light to medium gray. Consider using collections to create 'packs' of assets. Add a link to the collection from each contained model.
    [Show full text]
  • A Survey Full Text Available At
    Full text available at: http://dx.doi.org/10.1561/0600000083 Publishing and Consuming 3D Content on the Web: A Survey Full text available at: http://dx.doi.org/10.1561/0600000083 Other titles in Foundations and Trends R in Computer Graphics and Vision Crowdsourcing in Computer Vision Adriana Kovashka, Olga Russakovsky, Li Fei-Fei and Kristen Grauman ISBN: 978-1-68083-212-9 The Path to Path-Traced Movies Per H. Christensen and Wojciech Jarosz ISBN: 978-1-68083-210-5 (Hyper)-Graphs Inference through Convex Relaxations and Move Making Algorithms Nikos Komodakis, M. Pawan Kumar and Nikos Paragios ISBN: 978-1-68083-138-2 A Survey of Photometric Stereo Techniques Jens Ackermann and Michael Goesele ISBN: 978-1-68083-078-1 Multi-View Stereo: A Tutorial Yasutaka Furukawa and Carlos Hernandez ISBN: 978-1-60198-836-2 Full text available at: http://dx.doi.org/10.1561/0600000083 Publishing and Consuming 3D Content on the Web: A Survey Marco Potenziani Visual Computing Lab, ISTI CNR [email protected] Marco Callieri Visual Computing Lab, ISTI CNR [email protected] Matteo Dellepiane Visual Computing Lab, ISTI CNR [email protected] Roberto Scopigno Visual Computing Lab, ISTI CNR [email protected] Boston — Delft Full text available at: http://dx.doi.org/10.1561/0600000083 Foundations and Trends R in Computer Graphics and Vision Published, sold and distributed by: now Publishers Inc. PO Box 1024 Hanover, MA 02339 United States Tel. +1-781-985-4510 www.nowpublishers.com [email protected] Outside North America: now Publishers Inc.
    [Show full text]
  • Adaptivity of 3D Web Content in Web-Based Virtual Museums a Quality of Service and Quality of Experience Perspective
    ADAPTIVITY OF 3D WEB CONTENT IN WEB-BASED VIRTUAL MUSEUMS A QUALITY OF SERVICE AND QUALITY OF EXPERIENCE PERSPECTIVE Hussein Bakri A Thesis Submitted for the Degree of PhD at the University of St Andrews 2019 Full metadata for this item is available in St Andrews Research Repository at: http://research-repository.st-andrews.ac.uk/ Please use this identifier to cite or link to this item: http://hdl.handle.net/10023/18453 This item is protected by original copyright Adaptivity of 3D Web Content in Web-Based Virtual Museums A Quality of Service and Quality of Experience Perspective Hussein Bakri This thesis is submitted in partial fulfilment for the degree of Doctor of Philosophy (PhD) at the University of St Andrews December 2018 Abstract The 3D Web emerged as an agglomeration of technologies that brought the third dimension to the World Wide Web. Its forms spanned from being systems with limited 3D capabilities to complete and complex Web-Based Virtual Worlds. The advent of the 3D Web provided great opportunities to museums by giving them an innovative medium to disseminate collections’ information and associated interpretations in the form of digital artefacts, and virtual reconstructions thus leading to a new revolutionary way in cultural heritage curation, preservation and dissemination thereby reaching a wider audience. This audience consumes 3D Web material on a myriad of devices (mobile devices, tablets and personal computers) and network regimes (WiFi, 4G, 3G, etc.). Choreographing and presenting 3D Web components across all these heterogeneous platforms and network regimes present a significant challenge yet to overcome. The challenge is to achieve a good user Quality of Experience (QoE) across all these platforms.
    [Show full text]
  • Implementing Interactive 3-D Models in an Entry-Level Engineering
    Paper ID #31142 Implementing Interactive 3-D Models in an Entry Level Engineering Course to Enhance Students’ Visualization Dr. Alexandra Hain, University of Connecticut Alexandra Hain is an Assistant Research Professor at the University of Connecticut in structural engi- neering. She received her PhD in Structural Engineering in 2019 from the University of Connecticut. She has used 3D modeling and virtual reality extensively in her research and is currently working on a project to extend the benefits of both augmented and virtual reality technology to undergraduate and graduate education. Dr. Sarira Motaref P.E., University of Connecticut Sarira Motaref is an associate professor in residence in the Department of Civil and Environmental Engi- neering at the University of Connecticut. she serves as Assistant Director of faculty development at the School of Engineering. She has been teaching large classes such as CE 2110 (Applied Mechanics I) and CE 3110 (Mechanics of Materials) which are major requirement across multiple disciplines in the School of Engineering since 2013. She has led the efforts within the Department to develop and deliver flipped sections of undergraduate courses. She is a licensed professional engineer. She has attended several teaching workshops and received certificates from UConn CETL (Center for Excellence in Teaching and Learning) and NETI (National Effective Teaching Institutes). Sarira is recipient of 2019 Distinguished Engineering Educator Award at the University of Connecticut, Winner of 2010 James D. Cooper Student Award at the International Bridge Conference, recipient of 2016, 2017, 2018 Klewin Excellence in teach- ing award and 2016 nominee for Mentorship Excellence Award from UConn office of undergraduates.
    [Show full text]
  • Agisoft Metashape User Manual Professional Edition, Version 1.7 Agisoft Metashape User Manual: Professional Edition, Version 1.7
    Agisoft Metashape User Manual Professional Edition, Version 1.7 Agisoft Metashape User Manual: Professional Edition, Version 1.7 Publication date 2021 Copyright © 2021 Agisoft LLC Table of Contents Overview .......................................................................................................................... v How it works ............................................................................................................. v About the manual ...................................................................................................... vi 1. Installation and Activation ................................................................................................ 1 System requirements ................................................................................................... 1 GPU recommendations ................................................................................................ 1 Installation procedure .................................................................................................. 2 30-day trial and demo mode ......................................................................................... 3 Activation procedure ................................................................................................... 3 Floating licenses ......................................................................................................... 5 2. Capturing scenarios ........................................................................................................
    [Show full text]
  • An Integrated Approach to 3D Web Visualization of Cultural Heritage Heterogeneous Datasets
    remote sensing Article An Integrated Approach to 3D Web Visualization of Cultural Heritage Heterogeneous Datasets Argyro-Maria Boutsi *, Charalabos Ioannidis and Sofia Soile School of Rural and Survey Engineering, National Technical University of Athens, 15780 Zografou, Greece; [email protected] (C.I.); soile.sofi[email protected] (S.S.) * Correspondence: [email protected]; Tel.: +30-210-772685 Received: 30 September 2019; Accepted: 24 October 2019; Published: 26 October 2019 Abstract: The evolution of the high-quality 3D archaeological representations from niche products to integrated online media has not yet been completed. Digital archives of the field often lack multimodal data interoperability, user interaction and intelligibility. A web-based cultural heritage archive that compensates for these issues is presented in this paper. The multi-resolution 3D models constitute the core of the visualization on top of which supportive documentation data and multimedia content are spatial and logical connected. Our holistic approach focuses on the dynamic manipulation of the 3D scene through the development of advanced navigation mechanisms and information retrieval tools. Users parse the multi-modal content in a geo-referenced way through interactive annotation systems over cultural points of interest and automatic narrative tours. Multiple 3D and 2D viewpoints are enabled in real-time to support data inspection. The implementation exploits front-end programming languages, 3D graphic libraries and visualization frameworks to handle efficiently the asynchronous operations and preserve the initial assets’ accuracy. The choice of Greece’s Meteora, UNESCO world site, as a case study accounts for the platform’s applicability to complex geometries and large-scale historical environments.
    [Show full text]