ExtendRealityLtd / Zinnia.Unity

A collection of design patterns for solving common problems.
http://vrtk.io
MIT License
319 stars 38 forks source link

from a float list, return the max/min/median etc. #511

Closed fight4dream closed 4 years ago

fight4dream commented 4 years ago

Is your feature request related to a problem?

in developing for handtracking, i want the max of (middle, ring, pinky) pinch strength to be the grab axis

Describe the solution you'd like

i think it is similar to the FloatAdder, only the inner operation change to 'max' thus it takes a float observable list, and return the max of the elements

Additional context

other operations such as Min, Median, Mode, Average

thestonefox commented 4 years ago

resolved in https://github.com/ExtendRealityLtd/Zinnia.Unity/pull/515

ExtendReality-Bot commented 4 years ago

:tada: This issue has been resolved in version 1.24.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: