mcut icon indicating copy to clipboard operation
mcut copied to clipboard

CSGBoolean tutorial returns an error.

Open alimardanov opened this issue 10 months ago • 3 comments

Hi! I am trying to run CSGBoolean.cpp tutorial project. I am getting below error:

==== Error ======= NOTE: using default meshes read .obj file: D:/mcut/tutorials/CSGBoolean/data/cube.obj 14 positions 0 normals 0 texture-coords 10 face(s) 44 face indices error: have 5 vertices when there should be =4

============

I tried changing cube.obj file. But still getting this error. What can Be the cause?

alimardanov avatar Apr 22 '24 04:04 alimardanov

It seems that default objects (cube.obj, torus.obj) have faulty descriptions. I used object definitions in HellowWorld.cpp. CSBBoolean.cpp worked fine.

alimardanov avatar Apr 23 '24 02:04 alimardanov

@alimardanov I don't know if you are still trying but I am experiencing the same issues and I finally just decided to try an older release and 1.2.0. works.

mondoleo avatar May 14 '24 15:05 mondoleo