From 6615daba096785df3991e631728d2c5a03422e69 Mon Sep 17 00:00:00 2001 From: buttle Date: Fri, 9 Apr 2021 10:05:52 +0200 Subject: [PATCH] adds json, fbx, stl, dae, ply --- Module.php | 4 ++ README.md | 1 + view/common/block-layout/render-3d.phtml | 47 +++++++++++++++++++++++- 3 files changed, 51 insertions(+), 1 deletion(-) 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() - + + +
+ + +
+ + + +
+ + +
+ + + +
+ + +
+ + + +
+ + +
+ + + +
+ + +
+ +