Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-69583

Custom mesh bug in Qt3D

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P1: Critical P1: Critical
    • None
    • 5.11.0, 5.11.1
    • Qt3D
    • None
    • qt creator 4.6.0
    • Windows

      This bug can be found by modifing the example from Qt and the name of the example project is "custom-mesh-cpp".

      I make the Qt3D display a custom mesh with large number of vertices, as below,
      for(int i=0;i<100000;i++)
      {
      vertices.push_back(v0);vertices.push_back(red);
      vertices.push_back(v1);vertices.push_back(blue);
      vertices.push_back(v2);vertices.push_back(green);
      vertices.push_back(v3);vertices.push_back(white);
      }

      After modification, the program run well in Qt5.10, but has access violation problem in Qt 5.11 and Qt 5.11.1.
      I have put the source code project here,
      https://www.dropbox.com/s/s3dqc1la0osv20p/untitled.7z?dl=0
      Please download it and have a try.
      Thank you.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            seanharmer Sean Harmer
            yunlong erferf Wang
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes