A 3D digital, rotatable model has been created for each of Reggiomontannes' propositions. The full list of models can be viewed here.
Models can also be individually embedded into pages. To embed a model in a webpage, add the model files to the website files. The model files will eventually be available from the releases on the project Github Repository.
Then include the stylesheet with:
<link rel="stylesheet" href="src/style.css" type="text/css" media="all">
Add a model to the page with:
<div class="model" model="Proposition 2" style="width: 500px; height: 500px;"></div>
This div can be styled and positioned, however you like, but it must have a defined width and height
in order for the model to render properly.
<script type="module" src="/src/modelLoader.js"></script>