Omeka-S module to render various 3D formats
Go to file
buttle 38be97bec3 Initial commit 2021-04-04 17:47:14 +02:00
asset Initial commit 2021-04-04 17:47:14 +02:00
config Initial commit 2021-04-04 17:47:14 +02:00
src Initial commit 2021-04-04 17:47:14 +02:00
view/common/block-layout Initial commit 2021-04-04 17:47:14 +02:00
LICENSE Initial commit 2021-04-04 17:47:14 +02:00
Module.php Initial commit 2021-04-04 17:47:14 +02:00
README.md Initial commit 2021-04-04 17:47:14 +02:00

README.md

A 3D Renderer for Omeka S

3D Renderer is a module for Omeka S that integrates Vue-3d-model. Built using Vue, based on threejs.

Install

cd ./modules
https://git.hangar.org/arcHIVE-tech/3Drenderer/archive/main.zip
unzip main.zip
mv renderviewer/ Render3D

Omeka global settings

Add these to the Allowed media types

application/json

Add these to the Allowed file extensions

gltf, bin, json

LISENCE

The module is released under the MIT License.

The 3D render feature is imported from Vue-3d-model.