Skip to content

Commit

Permalink
[twisty] Add note about dedicated renderer.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 8, 2020
1 parent fe3a282 commit e6aa67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/twisty/dom/viewers/Twisty3DCanvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let shareAllNewRenderers: boolean = false;

// WARNING: The current shared renderer implementation is not every efficient.
// Avoid using for players that are likely to have dimensions approaching 1 megapixel or higher.
// TODO: use a dedicated renderer while fullscreen?
export function experimentalSetShareAllNewRenderers(share: boolean): void {
shareAllNewRenderers = share;
}
Expand Down

0 comments on commit e6aa67f

Please sign in to comment.