From d98d3d8b24349a3ff455d173458046ebef341ac3 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 3 Oct 2019 20:33:26 -0400 Subject: [PATCH] ...Add Render Caching tooltip Forum thread: https://forum.freecadweb.org/viewtopic.php?f=17&t=39815&p=338357#p338357 --- src/Gui/DlgSettings3DView.ui | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Gui/DlgSettings3DView.ui b/src/Gui/DlgSettings3DView.ui index dce0e0ac12..4926cb7a63 100644 --- a/src/Gui/DlgSettings3DView.ui +++ b/src/Gui/DlgSettings3DView.ui @@ -165,6 +165,15 @@ is enabled when seeking support on the FreeCAD forums. + + 'Render Caching' is another way to say 'Rendering Acceleration'. +There are 3 options availble to achieve this: +1) 'Auto' (default), let Coin3D decide where to cache. +2) 'Distributed', manually turn on cache for all view provider root node. +3) 'Centralized', manually turn off cache in all nodes of all view provider, and +only cache at the scene graph root node. This offers the fastest rendering speed +but slower response to any scene changes. + 0