errrken

Results 3 issues of errrken

Geometry bounding box gives a somewhat misleading result when used in an InstancedMesh. ```js var count = 10000; var mesh = new THREE.InstancedMesh( geometry, material, count ); var dummy =...

Enhancement

Hi, I am doing a 2D grid, with a lot of mouse interactions. I notice a there is a mouseenter and mouseleave event attached for the hover class, which affects...

Hi there, Using the gatsby starter with the following dependencies: "dependencies": { "gatsby": "^3.4.1", "gatsby-plugin-image": "^1.6.0", "gatsby-plugin-postcss": "^4.6.0", "gatsby-plugin-react-helmet": "^4.6.0", "gatsby-plugin-sharp": "^3.6.0", "gatsby-source-filesystem": "^3.6.0", "gatsby-theme-apollo-docs": "^4.7.6", "gatsby-transformer-sharp": "^3.6.0", "postcss": "^8.2.6",...