Wang Wenlin

Results 7 comments of Wang Wenlin

Supported Now, see ncsoft/Unreal.js-core#40 @socgerlia

"Readonly everything by default" is just like Rust does and compliant with _"Principle of least privilege"_ that's awesome. Every language that not readonly by default should consider unsafe and should...

> "Readonly everything by default" is just like Rust does and compliant with _"Principle of least privilege"_ that's awesome. > > Every language that not readonly by default should consider...

> Potentially introduced with this change: https://github.com/pmndrs/drei/pull/2141 > (Found by looking through: https://github.com/pmndrs/drei/compare/v9.115.0...v9.116.0) Seems bug from this commit: https://github.com/pmndrs/drei/pull/2171/commits/01eb03b2cb0e984b8ab43c0fc47d8dde8aaa129d#diff-496ed20d36cb083ee8c5d44e95239d4fd3292e84cca4ad790dac6d28b0921b2dR569 (SpriteAnimator.tsx#L569) This commit changed from old `sprite` element to `Billboard`, but...

> About performance I was thinking of introducing a "Static" prop that completely skips update (if the tree does not need to animate). Great! At first my intentional sprite trees...

> This won't be fully working until Rapier fix this https://github.com/dimforge/rapier.js/issues/291 and publish the fix to rapier.js > This PR is meant to allow everyone to help in using the...