Hello forum,

i am registering a quickitem subclass object will the following command:

Qt Code:
  1. qmlRegisterType<TessellationSceneItem>("TeapotTessellation",1,0,"TessellationSceneItem");
To copy to clipboard, switch view to plain text mode 

I should be seeing a rectangle with spring animation with mouse event and opengl scene as an underlay. I am only seeing the qml scene.

I tried to set the breakpoint to the constructor of the qquickitem subclass that initiate the opengl rendering and i found out that the constructor is never executed.

Any idea ?