ThreeCSG icon indicating copy to clipboard operation
ThreeCSG copied to clipboard

CSG plugin for Three.js

Results 38 ThreeCSG issues
Sort by recently updated
recently updated
newest added

Using three.min.js rev 73 Method used: var roomBSP = new ThreeBSP(_RoomShape); // HUGE SHAPE Info gathered from a TryCatch: "number : -2146828260" "Error: Out of stack space at ThreeBSP.Vertex.prototype.dot (_/ThreeCSG.js)...

# Problem According to this: https://stackoverflow.com/a/68000360/3405291 > Three.js r125 removed support for Geometry. We have to now use custom BufferGeometry now onwards. https://threejsfundamentals.org/threejs/lessons/threejs-custom-buffergeometry.html # Solution 1: older version PR #67...

I'm having an issue when trying to change the position and rotation of a mesh. The rotation is applied from point (0, 0, 0) rather than the center of the...

whant to use that lib with obj or stl or other files loaded through three.js. now lib shows me error "the geometry is not supported" How can I do it...

if i have similar geometry, but with different orientation and location, I should be able to apply transformation on CSG rather than recreating it again.

Could you please make a release of the old code as version 1, and then make the v1 branch version 2 and then start following semantic versioning? (semver.org) What is...

Is it planned to support vertex colors in the future? The blender exporter of three.js can export these attributes but they get lost when an operation with this library is...

Hi, I am working on a prototype in which I need to create holes in a cylinder. Below is the original model I am using: ![image](https://user-images.githubusercontent.com/24761808/47289997-fef89d80-d61a-11e8-819c-3fefb3abc77f.png) After using subtract I...

Where is the inverse function from the original CSG? http://evanw.github.io/csg.js/docs/