You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
It seems that default objects (cube.obj, torus.obj) have faulty descriptions. I used object definitions in HellowWorld.cpp. CSBBoolean.cpp worked fine.
@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.
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?
The text was updated successfully, but these errors were encountered: