threejs-kit
                                
                                
                                
                                    threejs-kit copied to clipboard
                            
                            
                            
                        I'm running into an issue where sprites with semi-transparent areas need to be sorted back-to-front per-frame before render, for example clouds. Otherwise, you get issues like this image, where the...
Hello, I updated my three version to r176 and am now getting this error on new InstancedSpriteMesh(material, count, renderer). ``` Uncaught (in promise) TypeError: Cannot set property customDepthMaterial of #...
Hey hey, I added some browser IDEs to the readme file. I thought it might help others, especially new contributors who might want to explore the codebase. What do you...
Hi, I am trying to use instancedSprite with shadows and billboarding. I am experiencing that the shadow is casted based on the light position, but the the rotation of the...