3D model file viewer for owncloud
This application integrates the viewstl.js library into ownCloud. Using this application users can view 3D models online without downloading the file.
Supported Files
- STL
- OBJ
- ... comming soon
- Change into
apps
directory mkdir files_3dviewer
cd files_3dviewer
git clone https://github.com/alexstocker/3dviewer-for-owncloud.git .
(Attention: The.
at the end is IMPORTANT)cd ../..
./occ app:enable files_3dviewer
- Please checkout alexstocker/owncloud-docker-development at GitHub