Go to file
buttle f6eeae77c5 adds example OBJ model 2021-06-13 14:22:48 +02:00
objects adds example OBJ model 2021-06-13 14:22:48 +02:00
static adds a new rendered 2021-06-08 14:19:24 +02:00
utils adds obj-mtl example 2021-06-13 14:11:22 +02:00
views adds obj-mtl example 2021-06-13 14:11:22 +02:00
.gitignore first commit 2021-06-05 18:59:19 +02:00
LICENSE first commit 2021-06-05 18:59:19 +02:00
README.md adds obj-mtl example 2021-06-13 14:11:22 +02:00
app.py adds obj-mtl example 2021-06-13 14:11:22 +02:00
run.sh first commit 2021-06-05 18:59:19 +02:00

README.md

3D tester

An utility to test 3D models

Installation

First make sure you have python3 installed

Then..

git clone git@git.hangar.org:21036/arcHIVE-tech/3D-tester.git
cd 3D-tester
python3 -m venv ./venv
source ./venv/bin/activate
pip install bottle
chmod +x run.sh

Usage

cd 3D-tester
./run.sh

Now you can browse to http://localhost:8080

Adding 3D models

Add your 3D models to the ./objects folder. Create subdirectories as needed.