va3c / va3c.github.io

vA3C Homepage
http://va3c.github.io/
Other
71 stars 22 forks source link

va3c viewer wishlist #7

Open jeremytammik opened 10 years ago

jeremytammik commented 10 years ago

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 commented 10 years ago

@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