Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: johschmitz/blender-driving-scenario-creator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: johschmitz/blender-driving-scenario-creator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 3 commits
  • 35 files changed
  • 1 contributor

Commits on Oct 3, 2022

  1. Add new generic junction and connecting road operators

    Also do some refactoring along the way.
    johschmitz committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    db4c2e4 View commit details
    Browse the repository at this point in the history
  2. Add algorithm to make junction area mesh outline non crossing

    The solution uses an angle based heuristic algorithm similar to a Graham
    scan. It works for cases where the junction area has a convex hull but
    will need some improvement in the future for a number of concave cases
    where it fails.
    johschmitz committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8d74181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3600b0 View commit details
    Browse the repository at this point in the history
Loading