Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
f8209ba8685430227900c156a2a4140f87f52a22
Description
QPainter::isCullable(QBox3D) doesnt work for orthographic transforms - things can get culled when they should not due to the logic about the eye line.
It does make sense to use this for orthographic stuff - since you might have a 2D scene where stuff is off the screen.
Also it is convenient to use the QGLSceneNode to store materials and so on, and the draw function of this will automatically call isCullable (as it should).