CommonWealthRobotics / BowlerBuilder

A Full-Stack Robotics Development Environment.
http://commonwealthrobotics.com/
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Use current camera position instead of previous target for selections #32

Closed Octogonapus closed 5 years ago

Octogonapus commented 6 years ago

Currently, camera transforms for selections are calculated using the previous target. This works fine until you select something else mid-selection-pan because the camera snaps back to the previous target and starts moving towards the new selection. The current position should be used instead of the previous target.

Octogonapus commented 5 years ago

Closing because this is related to JavaUI, which is being removed.