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

Mesh rasterisation #2367

Merged
merged 6 commits into from
Feb 21, 2019
Merged

Mesh rasterisation #2367

merged 6 commits into from
Feb 21, 2019

Commits on Feb 20, 2019

  1. implemented mesh rasterisation

    rinkk authored and endJunction committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    8b26904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490f8dd View commit details
    Browse the repository at this point in the history
  3. added test

    rinkk authored and endJunction committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    126c245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f8dc47 View commit details
    Browse the repository at this point in the history
  5. [MeL] Use vector::insert which is faster than copy

    copy happens element-wise, insert can do insertions in batches.
    endJunction committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    b59dc9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00ba9c1 View commit details
    Browse the repository at this point in the history