Let's start with creating creating a new HTML page that embeds a Sketchfab viewer. This sample code can also be found on the official Sketchfab for Developers Viewer API page. In order to be able to ...
git clone https://github.com/torresf/gltf-viewer-tutorial.git cd gltf-viewer-tutorial mkdir build cd build cmake .. make -j ./bin/gltf-viewer viewer ../../PATH_TO ...