Omeka-S module to render various 3D formats
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
buttle 92e342f53d changes pre load image 1 year ago
asset changes pre load image 1 year ago
config adds ratio otion 2 years ago
src renders width and ratio correctly 2 years ago
view/common/block-layout updates README 2 years ago
LICENSE Initial commit 3 years ago
Module.php renders width and ratio correctly 2 years ago
README.md updates README 2 years ago

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, glb

Usage

  • Create an item and upload a GLTF or GLB 3D image file.
  • Include and other assosiated files (if any) in the same item.

Background image

An equirectangular image can be set as the background image. To activate this feature, add a file to the item called sky-box-image (png o jpg)

LISENCE

The module is released under the MIT License.

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