Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[Impeller] Add PolygonMode to render layer #39810

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

bdero
Copy link
Member

@bdero bdero commented Feb 23, 2023

Allows for good wireframe drawing. I've reached for line strips when using playgrounds to interactively debug geometry issues many times in the past. But for stroke paths, this is often insufficient for visualizing problems with joins, caps, and disconnected contours.

Screen.Recording.2023-02-22.at.5.30.34.PM.mov

@bdero bdero requested a review from chinmaygarde February 23, 2023 01:48
@bdero bdero self-assigned this Feb 23, 2023
@bdero bdero force-pushed the bdero/polygon-modes branch from d526637 to 51124c1 Compare February 23, 2023 01:52
Copy link
Member

@chinmaygarde chinmaygarde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handy. I've hacked the engine itself to view this in the past. But this seems cleaner.

@bdero bdero merged commit d4bae28 into flutter:main Feb 23, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 23, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Feb 23, 2023
…121320)

* 952a89b4b [Impeller] Wire up a playground that can run Dart (flutter/engine#39805)

* d4bae2887 [Impeller] Add PolygonMode to render layer (flutter/engine#39810)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants