compas-dev / compas_viewer

Standalone viewer for COMPAS with PyOpenGL and PySide6.
http://compas.dev/compas_viewer/
Other
1 stars 2 forks source link

Align all sceneobject parameters and move to COMPAS core #174

Open Licini opened 1 month ago

Licini commented 1 month ago

@tomvanmele since you are already making several PRs on Scene Objects, shall we make a list about all the visualization parameters for objects and consolidate them into COMPAS core? So that ideally we don't need to define any of them in viewer

tomvanmele commented 1 month ago

yes that would be great. there are still quite few things that could be generalised and streamlined...

PingHsunTsai commented 1 month ago

base on the modification here. I think it will be good to add

self.highlight_color = Color.yellow()
self.selected = False

self.line_width = 1.0
self.point_size = 1.0
tomvanmele commented 1 month ago

i have the following notes: