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

Remove culling property #356

Merged
merged 5 commits into from
Feb 24, 2021
Merged

Commits on Jan 28, 2021

  1. Use simplified /get_scene service

    Use a simplified form of /get_scene that avoids the need
    for a second service call.
    scpeters committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b3de267 View commit details
    Browse the repository at this point in the history
  2. Use Scene3D plugin from ign-gui2 in visualizer2

    The Scene3D plugin from ign-gui2 will make a service
    request to get information about a scene, with the
    service name configurable via xml. It expects
    different data types than delphyne though, so
    some more changes are needed.
    scpeters committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    67f66e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    8996281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb3884 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Removes code related to culling parameter.

    ignition-rendering2 did not incoroporate the culling to materials
    and it is causing Scene3D plugin not to properly decode the URI
    and convert it into a file path.
    agalbachicar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d632463 View commit details
    Browse the repository at this point in the history