2021-04-04 17:47:14 +02:00
|
|
|
# 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
|
|
|
|
|
2021-04-04 18:55:10 +02:00
|
|
|
This module requires the [Omeka-S-module-ArchiveRepertory] to be installed.
|
|
|
|
|
2021-04-04 17:47:14 +02:00
|
|
|
```
|
|
|
|
cd ./modules
|
2021-04-04 18:55:10 +02:00
|
|
|
https://git.hangar.org/arcHIVE-tech/3D-Renderer/archive/main.zip
|
2021-04-04 17:47:14 +02:00
|
|
|
unzip main.zip
|
2021-06-01 11:49:41 +02:00
|
|
|
mv 3d-renderer-omeka-module/ Render3D
|
|
|
|
rm main.zip
|
2021-04-04 17:47:14 +02:00
|
|
|
```
|
2021-04-04 18:55:10 +02:00
|
|
|
|
2021-04-04 17:47:14 +02:00
|
|
|
### Omeka global settings
|
|
|
|
|
|
|
|
Add these to the `Allowed media types`
|
|
|
|
|
|
|
|
```
|
|
|
|
application/json
|
|
|
|
```
|
|
|
|
|
|
|
|
Add these to the `Allowed file extensions`
|
|
|
|
|
|
|
|
```
|
2021-04-04 18:55:10 +02:00
|
|
|
gltf, bin, json, obj, mtl
|
2021-04-04 17:47:14 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## LISENCE
|
|
|
|
The module is released under the [MIT] License.
|
|
|
|
|
|
|
|
The 3D render feature is imported from [Vue-3d-model].
|
|
|
|
|
|
|
|
|
|
|
|
[arc-hive]: https://arc-hive.zone/
|
|
|
|
[3D Renderer]: https://git.hangar.org/arcHIVE-tech/Render3D
|
|
|
|
[Vue-3d-model]: https://github.com/hujiulong/vue-3d-model
|
|
|
|
[Omeka S]: https://omeka.org/s
|
2021-04-04 18:55:10 +02:00
|
|
|
[Omeka-S-module-ArchiveRepertory]: https://gitlab.com/Daniel-KM/Omeka-S-module-ArchiveRepertory
|
2021-04-04 17:47:14 +02:00
|
|
|
[MIT]: http://opensource.org/licenses/MIT
|