Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt 3D Studio 2.5
-
None
Description
We have a QTimer that runs at 60FPS and increases value of DataInput:
DataInput is declared like so:
And is used in custom material:
The application runs at 35FPS. If currentFrame++ line is removed, it goes back to 60FPS. The whole scene is animated and not cached.