entropybit / slaprinter

A combinaton of an app and server for a sla 3d printer
0 stars 2 forks source link

OpenGL: display of .stl #5

Closed Aslan0 closed 9 years ago

Aslan0 commented 9 years ago

The .stl needs to be displayed in both printing windows

entropybit commented 9 years ago

Btw I thought to use this to get an easily accesible STL file model for displaying and slicing https://github.com/WoLpH/numpy-stl

entropybit commented 9 years ago

This has been solved by using numpy-stl and defining an according model and a model view for displaying with opengl

It was important that display lists are used instead of "normal" rendering since this gets slow really fast ...