obj2html/examples/html_file.py

7 lines
251 B
Python
Raw Normal View History

2021-11-21 06:06:45 -07:00
from obj2html import obj2html
# run in the root folder, not inside exaples, to have the relative path working
obj2html('test/assets/model.obj', 'index.html')
# open index.html on your favourite browser (if the model is large it can take more times)