Qt3D: how to do boolean operations ?
Unsolved
General and Desktop
-
@sonichy said in Qt3D: how to do boolean operations ?:
QBlendEquation seems to do these, but how ?
You can check it's source code since Qt is open source.
-
@sonichy said in Qt3D: how to do boolean operations ?:
QBlendEquation
Looks like a pixel oriented operations, not CSG (constructive solid geometry).