You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we want to capture things like the SectionPlanesPlugin editing gizmo in canvas snapshots we capture with Scene#getSnapshot.
This is currently needed by the FastNavPlugin``` added for #601, which needs to include the SectionPlanesPlugin```` editing gizmo in the snapshot that it uses for its fade transition effect.
Solution
Add a includeGizmos boolean option to Scene#getSnapshot, which is false by default.
Problem
Sometimes we want to capture things like the
SectionPlanesPlugin
editing gizmo in canvas snapshots we capture withScene#getSnapshot
.This is currently needed by the
FastNavPlugin``` added for #601, which needs to include the
SectionPlanesPlugin```` editing gizmo in the snapshot that it uses for its fade transition effect.Solution
Add a
includeGizmos
boolean option toScene#getSnapshot
, which isfalse
by default.Usage
The text was updated successfully, but these errors were encountered: