Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. GraphicsView: Disable BSP index building?
Forum Updated to NodeBB v4.3 + New Features

GraphicsView: Disable BSP index building?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on last edited by
    #1

    The BSP index is useful when locating items. During scene creation, it can be very costly. In my case, I build up a complex scene, and I only need the BSP index after the scene is finished.

    My thought was that through setItemIndexMethod(NoIndex) I delay building up the index, and that the index is only built when I set it back to setItemIndexMethod(BspTreeIndex).

    As it is, the BSP tree index starts more than 1700 timers, and (according to a measuring tool) takes up about 25 % of my total opening time.

    Any ideas how to improve this (without tampering with Qt code)?
    Using 4.8.7

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on last edited by
      #2

      Damn. Login button on top right of browser does not work, so my post landed here. How can I login, take ownership of the post and move it to the General forum?

      kshegunovK 1 Reply Last reply
      0
      • ? This user is from outside of this forum
        ? This user is from outside of this forum
        Guest
        wrote on last edited by
        #3

        More specifically, when I click on the "Login" button, I get redirected to my profile page. I don't have any way to login there.

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Guest
          wrote on last edited by
          #4

          Interesting. I can reply to my posts as user "Asperamanca", but when I try to write a new post, I am "Guest"

          1 Reply Last reply
          0
          • ? Guest

            Damn. Login button on top right of browser does not work, so my post landed here. How can I login, take ownership of the post and move it to the General forum?

            kshegunovK Offline
            kshegunovK Offline
            kshegunov
            Moderators
            wrote on last edited by
            #5

            Guest said in GraphicsView: Disable BSP index building?:

            How can I login, take ownership of the post and move it to the General forum?

            I don't think you can, but I'll move the post.

            Read and abide by the Qt Code of Conduct

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved