Omeka-S module to render various 3D formats
Go to file
buttle 9993512ab9 updates readme 2021-06-01 11:49:41 +02:00
asset adds obj and obj+mtl support 2021-04-04 18:55:10 +02:00
config renders source link and subtitle 2021-05-31 20:09:46 +02:00
src renders source link and subtitle 2021-05-31 20:09:46 +02:00
view/common/block-layout renders source link and subtitle 2021-05-31 20:09:46 +02:00
LICENSE Initial commit 2021-04-04 17:47:14 +02:00
Module.php adds json, fbx, stl, dae, ply 2021-04-09 10:05:52 +02:00
README.md updates readme 2021-06-01 11:49:41 +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

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-omeka-module/ Render3D
rm main.zip

Omeka global settings

Add these to the Allowed media types

application/json

Add these to the Allowed file extensions

gltf, bin, json, obj, mtl

LISENCE

The module is released under the MIT License.

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