Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelizing the triangle rasterization code #17

Open
marsp0 opened this issue Jul 11, 2021 · 0 comments
Open

Parallelizing the triangle rasterization code #17

marsp0 opened this issue Jul 11, 2021 · 0 comments
Assignees

Comments

@marsp0
Copy link
Owner

marsp0 commented Jul 11, 2021

  1. Use OpenMP to parallelize the for loop that iterates over the faces of a mesh. This step should generate an output list of faces that will be rendered
  2. Use a thread pool to iterate over the generated faces and rasterize the different sections
@marsp0 marsp0 self-assigned this Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant