OctreeCSG icon indicating copy to clipboard operation
OctreeCSG copied to clipboard

Results 3 OctreeCSG issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/57829995/236090047-262559ff-259c-487a-b929-efef4512dfcf.png) here is the code: const geometry = new THREE.BoxGeometry(10, 10, 10); const material1 = new THREE.MeshBasicMaterial({ color: 0xff0000, transparent: true, opacity: 0.3, }); const material2 = new THREE.MeshBasicMaterial({ color:...

Sharing the list of items I plan to work on before making the repo public: - [x] Improve Performance - [X] Reduce the number of iterations over the Octrees during...

Hey! Love seeing work happen in this space and this looks great -- I think a good performant, memory efficient CSG library would be a huge win for the three.js...