Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support point size when drawing point clouds with remote tree viewer #494

Open
gizatt opened this issue Mar 29, 2017 · 5 comments
Open

Support point size when drawing point clouds with remote tree viewer #494

gizatt opened this issue Mar 29, 2017 · 5 comments

Comments

@gizatt
Copy link
Contributor

gizatt commented Mar 29, 2017

I'm not 100% sure this isn't supported by the channel feature, but I don't think it is.

Not high priority, just writing this down because it would be useful.

@patmarion
Copy link
Member

+1. Also, line width would be a nice to add.

On the director side, Point size is an exposed display property. Line width is not an existing property but it is easily added and I'd be happy to help.

@dehann
Copy link

dehann commented Mar 30, 2017

Hi, maybe I can mention something related. I'm drawing point clouds which end up at the leaves of remote tree viewer. However, to change the size of points, you'd have to update them all individually down the tree one by one... Is there maybe a shortcut for this or a global modification field?

@rdeits
Copy link
Contributor

rdeits commented Mar 30, 2017

Sounds like we might need a new command like setproperties with a path and a dictionary of properties, which would then recursively set those properties for all geometries below the path.

@patmarion
Copy link
Member

fyi, i recently merged a branch which adds a Line Width property in director. So if we wanted this could also a display property in remote tree viewer. This lets you draw thicker lines without having to draw lines as cylinders.

@patmarion
Copy link
Member

you can also set Line Width on the triad objects, which is convenient for making them more visible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants