Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheLanguageArchive/islandora_solution_pack_3D
Islandora solution pack for 3D objects
https://github.com/TheLanguageArchive/islandora_solution_pack_3D
Last synced: about 2 months ago
JSON representation
Islandora solution pack for 3D objects
- Host: GitHub
- URL: https://github.com/TheLanguageArchive/islandora_solution_pack_3D
- Owner: TheLanguageArchive
- License: gpl-3.0
- Created: 2018-07-06T10:56:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T13:14:48.000Z (over 5 years ago)
- Last Synced: 2024-08-05T19:35:26.215Z (5 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- islandora_awesome - Islandora 3D Solution Pack - Islandora solution pack for 3D objects. Assumes a compound object with at least a COLLADA (DAE) file as a child and any texture image files as children. Uses the [three.js](https://threejs.org/) javascript library. (The Islandora 7.x-1.x List / Solution Packs)
README
# islandora_solution_pack_3D
Islandora solution pack for 3D objectsAssumes a compound object with at least a COLLADA (DAE) file as a child and any texture image files as children.
Uses the [three.js](https://threejs.org) javascript library.
## Instructions
1. Create a compound object to represent your 3D object.
2. Create an object with the 3D Object content model, and make it a child of your compound.
3. For every texture packaged with your 3D object, create a Basic Image. The Basic Image title/label must be identical to the filename (e.g. texture1.jpg).
4. Make all of the textures children of the original Compound Object.## Configuration
Configure the module under Islandora -> Solution Pack Configuration. A background colour must be set before the viewer will work.