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

va3c viewer wishlist #7

Open
jeremytammik opened this issue May 20, 2014 · 1 comment
Open

va3c viewer wishlist #7

jeremytammik opened this issue May 20, 2014 · 1 comment
Labels

Comments

@jeremytammik
Copy link

where do wishes go?

i showed this to a colleague, and he says:

"nice to have the properties of picked elements. it would be nicer still if the cursor changed when hovering over a pickable element."

@theo-armour
Copy link
Member

@jeremytammik / Jeremy

where do wishes go?

I have added a 'wishlist' label to the labels list and added the label to this message.

it would be nicer still if the cursor changed when hovering over a pickable element.

Currently the properties display is invoked upon a click event, so there is no hover capability.

I am fairly certain the functionality could be enhanced to support mouseover events, but this will require reducing the complexity of the calculations currently needed to locate the elements.

In any case we are only scratching the surface of possibilities. This demo processes 500,000 sprites and identifies the 100 or so nearest the cursor:

http://threejs.org/examples/#webgl_nearestneighbour

Zoom in a ways then zoom out. Note that a number of items have turned red.

I have used this code to create a demo that displays data from a CSV with over 274,000 records, I will show this soon, but it is currently broken because the API has changed since it was written.

Admittedly the Revit properties display has needs that differ from the demo. And I have some other demos. yada yada.

The main thing is that this is a good wishlist item and we now have a wishlist. Thanks...

Theo

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

No branches or pull requests

2 participants