Viewer.setCutplanes problem

problem description

when I use the viewer.setCutplanes () method, I pass a new THREE Vector4 to it, but there is no change in viewer and there is no effect of cutting at all. What should I do?

clipboard.png

May.09,2022

after self-examination, we found that the setGetPlanes () function needs to pass in an array as an argument!

Menu