MeshCutPlanes problems
in
Contributed Library Questions
•
2 years ago
Karsten,
I found these 2 lines on this sketch in openprocessing using toxiclibscore:
Any idea what is wrong? I will keep investigating.
Thanks!
enrique
I found these 2 lines on this sketch in openprocessing using toxiclibscore:
- PlaneSelector sel = new PlaneSelector(filteredMesh, new Plane(new Vec3D(), new Vec3D(0, 1, 0).rotateX(frameCount * 0.02f)), 0, Plane.Classifier.PLANE_FRONT);
- PlaneSelector sel2 = new PlaneSelector(filteredMesh, new Plane(new Vec3D(), new Vec3D(1, 1, 0).rotateX(frameCount * 0.04f + HALF_PI)),0, Plane.Classifier.PLANE_FRONT);
- PlaneSelector sel = new PlaneSelector(filteredMesh, new Plane(new Vec3D(), new Vec3D(0, 1, 0).rotateX(frameCount * 0.02f)), Plane.Classifier.FRONT);
- sel.addSelection(sel2.getSelection());
Any idea what is wrong? I will keep investigating.
Thanks!
enrique
1