Christopher Rollings

Results 30 comments of Christopher Rollings

Wow thanks just noticed you fixed it :) where is the cheat sheet sorry? and its not showing the way I want, is this because I still need to make...

from Bruno Simon if you have heard of him :) ![image](https://user-images.githubusercontent.com/6059035/213141726-2f21bcab-6c89-4cb6-8324-3ce4b2bf6d9d.png) he likes your library

Seems to work better using SphereGeometry instead of IcosahedronGeometry... not sure why the uvs would be diffrent

@Fyrestar do you have that cheat sheet please?

Ah ok, I thought there was somthing else.

Sorry me again ;) I don't think the textures properties are being copied over to the extended material? None of these settings are working? texture.wrapS = THREE.RepeatWrapping texture.wrapT = THREE.RepeatWrapping...

I'm trying to understand the code in this library and just curious to why you lump overridable properties in the uniform? I think you check the passed in uniforms and...

Hey these properties are set on the texture before i set it on the extendedMaterial: ![image](https://user-images.githubusercontent.com/6059035/213648791-899e4b08-11d1-4912-b68d-2007d02819a8.png) I then just pass texture to extendedMaterial in uniforms: ![image](https://user-images.githubusercontent.com/6059035/213648859-15cc8c53-9f36-47b5-aae5-116b59cd8d13.png) without using extendedMaterial everything...

same issue for me :( removing currentContext mkaes lazydocker work but then it gets its added back when restarting docker desktop.. making it unusable

weirdly if i use "docker context use default" it disappears from the config file and lazydocker works... but still restarting docker adds it back. Something has got twisted here maybe...