Lewy Blue

Results 93 comments of Lewy Blue

@duhaime there's an 'edit' button in the top right of each docs page, that should get you started.

It might take me a while to get around to this, but it should be be an easy fix if you want to have a go yourself. You need to...

Hey, great to hear from you. Very cool that this old project of mine found its way back to the source! I've added build instructions to the readme. You'll need...

Also in case you didn't spot it, there's a live version here: https://eschersketch.lewy.blue/

Hey guys! Just dropping by from the three.js repo. We encountered a file with TransparencyFactor here: https://github.com/mrdoob/three.js/pull/17279 It's the first time in several years working with FBX files that I've...

> What data is relevant here? vscode-remote://wsl+Ubuntu? I'm not sure. Maybe you can assume a path starting with `\\wsl$` is a wsl project and that you can just do a...

> When converting to GLTF using Blender fbx2gltf Which tool did you use to convert? Did it display correctly after using FBX2glTF, or only after using Blender? I don't think...

In simpler terms, after this PR there would be two ways to change the direction of these lights: * for once off redirection, use `light.lookAt( vector3 )` * for per...

@mbredif see also #13373 and [my comment there](https://github.com/mrdoob/three.js/issues/13373#issuecomment-408170437). One compelling reason for removing the target completely is that three.js is the odd one out - nearly every other app doesn't...

I just want to chime in and point out that we have an opportunity with this change to make a better API for a part of three.js that is currently...