Lewy Blue

Results 93 comments of Lewy Blue

@bradlc I just tried it with this [next.js+typescript+tailwind starter](https://github.com/theodorusclarence/ts-nextjs-tailwind-starter) and can confirm that I get the same issue there. I'm running on Ubuntu on WSL2. To create a repo with...

Just checked again - I'm on the latest VSCode (1.63.2) and this issue still remains for me.

> To address the original issue: @looeee, I know this issue is pretty old now, but I'm curious if you're still seeing issues with hovers, because since you opened this...

> This will be closer to the definition of the word collapse. Not really. If you collapse a real world object, it doesn't shrink to an infinitesimal point, it just...

Hey, good catch. Actually neither is incorrect - the difference is because there are two conventions for writing matrices called [row-major and column-major ordering](https://en.wikipedia.org/wiki/Row-_and_column-major_order). Internally, three.js matrices are stored in...

I tracked down the original reasoning here, way back in 2013. https://github.com/mrdoob/three.js/issues/3814#issuecomment-23323800 Originally three.js stored matrices internally in row-major (I guess from pre-WebGL days) but then switched (in [r49](https://github.com/mrdoob/three.js/releases/tag/r49)) to...

I think it's good to be pedantic in math explanations :) Thanks.

So far only this page: https://discoverthreejs.com/zh/tips-and-tricks/ You are welcome to contribute more translations. Check in the [`/markdown` folder: ](https://github.com/looeee/discoverthreejs-site/tree/main/markdown) You can see there are two version Tips and Tricks: `tips-and-tricks.md`...