Daniel-KM / Omeka-plugin-UniversalViewer

Plugin for Omeka that adds the IIIF specifications in order to act like an IIPImage server, and the UniversalViewer, a unified online player for any file. It can display books, images, maps, audio, movies, pdf, 3D views, and anything else as long as the appropriate extensions are installed.
Other
23 stars 20 forks source link

3D Object type #17

Closed nikkongr closed 7 years ago

nikkongr commented 8 years ago

What type of 3D object I have to use so i can use the Universal viewer as a 3d viewer?

Daniel-KM commented 8 years ago

Hi,

The implemented 3D format is a common one: Three.js (see http://threejs.org and https://en.wikipedia.org/wiki/Three.js ).

You can see an example of it here : http://universalviewer.io/examples/?manifest=http://files.universalviewer.io/manifests/nelis/ecorche.json.

Sincerely,

Daniel Berthereau Infodoc & Knowledge management

nikkongr commented 8 years ago

This is not helping me.

Do you have any suggestion of how i can input a 3d object at omeka.

Daniel-KM commented 8 years ago

Hi,

With threejs, the 3D image is represented as a json file (that you can create or convert with various tools), so you create an item with it, then the universal viewer will display it.

Sincerely,

Daniel Berthereau Infodoc & Knowledge management

Daniel-KM commented 7 years ago

Hi,

I updated the plugin (version 2.2.4) to simplify the display of 3D models. See https://github.com/Daniel-KM/UniversalViewer4Omeka#3d-models.

Sincerely,

Daniel Berthereau Infodoc & Knowledge management