diff --git a/Module.php b/Module.php index 6b66474..d2911cf 100644 --- a/Module.php +++ b/Module.php @@ -14,6 +14,10 @@ class Module extends AbstractModule 'obj' => 'OBJ', 'obj+mtl' => 'OBJ + MTL', 'json' => 'JSON', + 'fbx' => 'FBX', + 'stl' => 'STL', + 'dae' => 'Collada .dae', + 'ply' => 'PLY', ]; public function getConfig() diff --git a/README.md b/README.md index 46d2438..c11a266 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This module requires the [Omeka-S-module-ArchiveRepertory] to be installed. cd ./modules https://git.hangar.org/arcHIVE-tech/3D-Renderer/archive/main.zip unzip main.zip +mv 3d-renderer/ Render3D ``` ### Omeka global settings diff --git a/view/common/block-layout/render-3d.phtml b/view/common/block-layout/render-3d.phtml index e8cc5ac..29fdfc4 100644 --- a/view/common/block-layout/render-3d.phtml +++ b/view/common/block-layout/render-3d.phtml @@ -52,7 +52,52 @@ console.log(= json_encode($urls, JSON_UNESCAPED_SLASHES) ?>) - + + +