AZhan

Results 80 issues of AZhan

The number in JS uses the IEEE754 standard: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number IEEE754 conversion rules: https://www.h-schmidt.net/FloatConverter/IEEE754.html $2^{53}\rightarrow 10^{15.95}$

bug
medium priority
math

- Each `Pointer` encapsulates its own logic. - `onPointerXXX` carries `Pointer` information. - optimization logic.

feature
Input

![image](https://user-images.githubusercontent.com/7768919/177311921-80596f11-fe75-46bb-8c01-48b6b563b381.png) When `Script.onUpdate` updates the camera's priority, the rendering of the current frame will not take effect.

bug
question

The margin of error needs to be determined. ![image](https://user-images.githubusercontent.com/7768919/167333823-ac913316-95d7-4f8c-bdfb-27ded979f147.png)

math

- [x] The reset function of AnimatorStatePlayData did not reset clipTime. - [x] Need to support the function of jumping to a certain frame. (goAndStop) - [x] Timing problem of...

help wanted
animation
medium priority

![image](https://user-images.githubusercontent.com/7768919/157710459-d95e0917-7cd1-46d3-bf0b-3d21aaba67e0.png) link to: [CanIUse](https://caniuse.com/?search=pointerevent)

对某些特定的场景有一定的性能提升。

feature

When loading textures, developers can set whether to enable mipmaps. ![image](https://user-images.githubusercontent.com/7768919/180909018-a25a0cdb-bcfb-4309-be74-aff7616325de.png) ![image](https://user-images.githubusercontent.com/7768919/180909095-bee41197-549a-4479-9059-bd9c2e7c510a.png)

help wanted
feature

When we know explicitly that no input is needed in the project,should input be disabled for better performance? - Is to leave the decision to the developer? - Or intelligently...

feature