react-three-csg
react-three-csg copied to clipboard
🚧 Constructive solid geometry for React
I dont know if this is a bug or expected bahaviour, but in this sandbox https://codesandbox.io/s/csg-house-forked-phdnhl?file=/src/App.js I conditionally add Subtractions only when there is enought space fore it. If the...
I have an stl of a bone that I am trying to cut with a sphere as shown below. The image is what i see with showOperations=true. But without that,...
Hello! Im trying to implement OnPointerOver like the [basic demo](https://codesandbox.io/s/rrppl0y8l4 ) of React Three Fiber. Im not super experienced with the CSG part of r3f. Currently im doing this but...
I tested useGroups, to get different matrials before exporting my mesh. In three renderer everything looks right but after exporting the whole mesh has the color of the Subtraction. I...
Hi, the title says everything. If you visit the sandbox and display the console, you will see inputs for the geometry and the bounding box dimensions as three sees it:...
error: _TypeError: Cannot read properties of undefined (reading 'count')_ when try to put `` from `@react-three/drei` What I did was to create a of three (obsolete). Also working with text...
Hi! the library doesn't support morphTarget updates on property? I need to update my morphs influences but seems that the library does not support this.. ``` ```
I am seeing the `WARNING: Multiple instances of Three.js being imported.` message in console. I narrowed it down to this dependency. If I remove the component which uses it, the...
Hello, I'm using the example https://codesandbox.io/s/mlgzsc, and I just changed the loaded glb file from the rabbit to my own model. However, the program is reporting an error as shown...
I'd like to to subtract text geometry from a mesh but I have not been able to get it to work. I get this error: TypeError: Cannot read properties of...