-
Notifications
You must be signed in to change notification settings - Fork 1
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
Display the caption and make each mesh respond to click events for the link #19
Comments
When you say '"mouses over" the mesh object' did you envision them mousing over items in the "Meshes" dropdown menu or mousing over the actual meshes displayed in 3d space? I notice there are already links displayed in the meshes dropdown, for example here: https://dev.facebase.org/mesh-viewer/view.html?model=https://dev.facebase.org/data/mesh/19dpf/19model.json |
The latter -> "...mousing over the actual meshes displayed in 3d space" |
Progress Update: The general method I know of for finding objects in a 3D projection is through Ray Casting. Edit: Mixed up Ray Tracing with Casting. |
The underlying code does work for Safari, but not with Chrome due to a bug in XTK with the
An overview of the underlying problem can be found here. A bug report was filed with XTK in early 2015 here. |
The caption and link, discussed in #18 , should also be displayed within the model. Ideally, we could display the caption hovering over each region in the model, perhaps only when the user "mouses over" the mesh object. And also ideally, then the user clicks on a mesh object in the model, the event could send the user to the corresponding link location.
The text was updated successfully, but these errors were encountered: