Skip to content

Releases: Netherlands3D/SelectionTools

Clean up listeners on disable

05 Aug 09:23
d03e81a
Compare
Choose a tag to compare
  • adds AreaSelection input listeners on enable, removes on disable

v2.5.0

29 Jul 13:57
0fc7aba
Compare
Choose a tag to compare
Merge pull request #12 from Netherlands3D/feature/add-event-while-sel…

Override positions without notify

13 May 12:07
Compare
Choose a tag to compare
  • Added new method to set line positions without notify 'SetCurrentInputPointsWithoutNotify'

Added option to override world coordinate and set world plane

17 Apr 13:35
0256aed
Compare
Choose a tag to compare

Added option to override world coordinate and set world plane. This will allow extendable classes that input their own coordinates (e.g. to set custom height)

Close polygon fixes

09 Apr 09:51
0ae6a6f
Compare
Choose a tag to compare
  • Fixed problem where dragging the end point of an open polygon (line) would also move the first point to the end position.
  • When performing the closing action with less than the minimum required points, a point is added at the cursor position to attempt to create a valid shape.

Used SetDrawMode when finishing a polygon to update pointer visibility

08 Apr 12:49
b22bc74
Compare
Choose a tag to compare

Fixed:

  • Used SetDrawMode when finishing a polygon to update pointer visibility

Enable input action map by default

08 Apr 10:41
fb465f5
Compare
Choose a tag to compare

Fixed execution order issue where another system may disable the input action map of this system. By default the input action map will be enabled and no longer disabled to avoid interfering with other systems that may use the same input action map.

Fixed auto draw still drawing in edit mode

11 Mar 12:13
4f261c5
Compare
Choose a tag to compare

Auto draw is now disabled in edit mode

Added a mode selection to allow only creating or only editing polygons.

04 Mar 14:28
fa2d238
Compare
Choose a tag to compare

Added a mode selection to allow only creating or only editing polygons. Doing both at once is still possible with the mode CreateAndEdit. The pointer representation can be turned on/off depending on the mode.

New utility methods

05 Dec 13:48
6060386
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0