PoseidonEnergy

Results 9 comments of PoseidonEnergy

I would also like to highlight another discrepancy related to functions. This does not compile: var str = (() => "Hello World")(); // does not compile However, this compiles: var...

I'm wondering if this is related to https://github.com/dotnet/aspnetcore/issues/4976 - _String interpolation with nested quotes breaks Razor blocks._

I've been playing around with the `AnalyticLightNode.setupShadow()` function in three.webgpu.js (version 168dev) in the hope that I'll stumble upon a fix, but I've had no luck. The code in the...

It looks like this particular issue has come up several times in the past with WebGL and was eventually fixed. Here are the relevant historic issues and a pull request...

Fixed in this pull request I just submitted: https://github.com/mrdoob/three.js/pull/29447

Rapier.js uses the same vertex/index array design that Three.js uses. I presume this is so you can easily apply the same arrays you use in Rapier.js to create a Three.js...

I see that the milestone for this item is for r182. Will reversed Z support be implemented in three.js with that version?

Just to give an update--I am continuing work on this PR this weekend.

@ThierryBerger @sebcrozet Thierry/Seb, I have taken this PR out of draft mode and would like to know if we can merge what I have currently into the master branch. I...