eth-ait / aitviewer

A set of tools to visualize and interact with sequences of 3D data.
MIT License
527 stars 47 forks source link

Bug fixes, performance improvements and depth pre-pass for transparent objects #3

Closed ramenguy99 closed 2 years ago

ramenguy99 commented 2 years ago

@totomobile43 The way I implemented it right now there is an additional function set_vertices() which allows the user to specify if redrawing should happen or not (for example if redraw is going to be called afterwards anyways) while setting the vertices property defaults to redraw=True. Do you think it's better to have this happen behind the scene with a flag instead?