ThreeCSG icon indicating copy to clipboard operation
ThreeCSG copied to clipboard

No faces or verts causes null error

Open mflux opened this issue 12 years ago • 0 comments

How to reproduce:

Given a MeshA with 0 verts or faces Given a MeshB with some verts (say.. a THREE.CubeGeometry)

Do meshA.intersect( meshB )

Gives a null error at line 303 this.plane.flip()

chandlerp : if there's no faces, no build operation happens, which means the plane attribute remains null

mflux avatar Apr 19 '12 20:04 mflux