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

[SofaMeshCollision] Fix TriangleModel to handle topology changes #903

Merged
merged 11 commits into from
Feb 13, 2019

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    69920cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99428b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1fa34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2454e18 View commit details
    Browse the repository at this point in the history
  5. [SofaMeshCollision] Remove the handleTopologyChange method from Trian…

    …gleModel. As this class use directly the topology buffers, no need neither for TopologyData. Just check the topology revision and update the component if topology has changed.
    epernod committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    5327f7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80a0b60 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. [SofaMeshCollision]Update TriangleModel test on topology. Always upda…

    …te mesh component when revision has changed.
    epernod authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    c118f62 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. [SofaMeshCollision] Change name and prefix of TriangleModel internal …

    …triangle buffer and *buffer
    epernod committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    be087fa View commit details
    Browse the repository at this point in the history
  2. [SceneChecker_test] Fix checkusingAlias as triangleModel send now an …

    …error if no topology is provided.
    epernod committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    ba56219 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57598f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. [SofaMeshCollision] Fix triangleModel was not resized when topology i…

    …s mixing quads and triangles.
    epernod committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    ddf6fd3 View commit details
    Browse the repository at this point in the history