Skip to content

Incremental Additions, 2018-04-02#988

Merged
Amarcolina merged 5 commits intodevelopfrom
incremental-additions-2018-04-02
Apr 4, 2018
Merged

Incremental Additions, 2018-04-02#988
Amarcolina merged 5 commits intodevelopfrom
incremental-additions-2018-04-02

Conversation

@vabrador
Copy link
Copy Markdown
Contributor

@vabrador vabrador commented Apr 3, 2018

This PR addresses a few tickets, addresses issues found during app dev, and groups the changes together because the changes were generally not huge for each fix.

  • Adds a DefaultCurve entry, SigmoidUpDown.
  • Fixes a bug where having any ISpaceComponent in a child of an Interaction Behaviour affected the space of that Interaction Behaviour even if it was not associated with any physical collider of that Interaction Behaviour. Interaction Behaviours still support a maximum of one (1) custom space. However, custom spaces used to warp LeapGraphic attachments on the Interaction Object will no longer break interaction with it.
  • Adds window-resizing to our default project settings. This is intended to fix an issue with the VR Visualizer not being resizeable, but that relies on a custom build process, so may require future attention.
  • Deletes the RigidbodyWarper script and the dangling properties for Interaction Behaviours, since they weren't being used.
  • Adds an IgnoreCollidersForInteraction component and updates the InteractionBehaviour to ignore colliders found that are directly given this component. This is intended to address an issue where trigger colliders used e.g. for raycasting when building custom interactions-at-a-distance would also affect e.g. the grasping interactions for that object.

@Amarcolina Amarcolina merged commit a2f797f into develop Apr 4, 2018
@Amarcolina Amarcolina deleted the incremental-additions-2018-04-02 branch April 4, 2018 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants