Jump to content

Highlight in viewport ?


Recommended Posts

4 hours ago, ThomasPara said:

Is that packed objects or instances? If so its the viewport culling the instances.

culling.png

It's packed objects. 

The higher I set the value for Scene Polygon Limit, the less of the `shadow` on the mesh I see but the slower the object is to navigate in the viewport ? Although the `shadow` even when the Scene Polygon Limit is set to an extremely high value, is still present on the mesh ?

Link to comment
Share on other sites

The shadow is the individual bounding boxes of the instances being culled. It looks like a solid blob because they're all overlapping. This is a feature that prevents instancing from generating a massive number of polygons to draw, which can slow your redraws down (and if you're on Windows, cause the driver to reset). You can tweak the Scene Polygon Limit to balance redraw speed with the # of instances actually drawn.

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...