You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve the introspection capabilities of this application, it is desired to get RoadGeometry properties from the 3D scene. Those properties would be:
Lane / Segment / Junction IDs.
World coordinates.
Lane coordinates.
The user will move the scene to visualize different sections of the RoadGoemetry. Then, if he clicks over the RoadGeometry, previously named information fields will be filled with the respective information.
Questions:
Are those parameters enough?
Do we want to also select branch points?
Technical details:
To get the 3D points from the 2D canvas, here are some useful links:
To improve the introspection capabilities of this application, it is desired to get RoadGeometry properties from the 3D scene. Those properties would be:
The user will move the scene to visualize different sections of the RoadGoemetry. Then, if he clicks over the RoadGeometry, previously named information fields will be filled with the respective information.
Questions:
Technical details:
To get the 3D points from the 2D canvas, here are some useful links:
To get the RoadGeometry from a 3D point, querying
RoadGeometry::DoToRoadPosition()
will be necessary.The text was updated successfully, but these errors were encountered: