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

Support Rendering Replica models in the simulator (under CONSTRUCTION) #132

Closed
wants to merge 39 commits into from

Commits on Aug 5, 2019

  1. 1st commit:

    -) fixed a couple of loggings;
    -) use join in corrade to generate the file path;
    bigbike committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    e7e23ed View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. pTexmeshdata

    -) fix bug: numBytes
    -) load customized image (.rgb file) using file to memory mapping;
    bigbike committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    542d34f View commit details
    Browse the repository at this point in the history
  2. remove unnecessary macros

    bigbike committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    6885297 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. -) revert the mmap;

    -) atlasDir;
    bigbike committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    809ab0a View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    97eeb0f View commit details
    Browse the repository at this point in the history
  3. minor

    bigbike committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    17c982f View commit details
    Browse the repository at this point in the history
  4. minor

    bigbike committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    df7f34f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8773ddd View commit details
    Browse the repository at this point in the history
  6. minor

    bigbike committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    3ee45ed View commit details
    Browse the repository at this point in the history
  7. Stop supporting the old format.

    Based on offline sync, we would like to only support the public released replica models.
    bigbike committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    940df4e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. minor

    bigbike committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    9aae2d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    161ba3f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. working on the shaders

    - add gamma, saturation;
    - change the line_adjacency;
    - change the shader: texelFetch(...).r;
    bigbike committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    e2ed28c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. format

    bigbike committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    fb665b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    57593bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da79cf6 View commit details
    Browse the repository at this point in the history
  3. cache the uniform locations

    bigbike committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    dd6a0ae View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. fix

    - fix the parameters setCount() which is to set the index count (solves the segfault);
    - fix the gamma;
    bigbike committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    62029e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f88219 View commit details
    Browse the repository at this point in the history
  3. merge

    bigbike committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0948307 View commit details
    Browse the repository at this point in the history
  4. Revert "merge"

    This reverts commit 0948307.
    bigbike committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    fc92467 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

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

    bigbike committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    92b35ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0705779 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Almost there:

    -) dumped out the face sequence from replicaSDK, and imported it to the simulator;
    -) set proper transformation to make the model from Z-up to Y-up;
    
    TODO:
    -) debug: "Fish net", the artifacts at the boundary of each quad;
    -) remove the debug output;
    bigbike committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    d66a5d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd96621 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. minor

    bigbike committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    3c7c963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e00eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6cb00 View commit details
    Browse the repository at this point in the history
  4. Revert "use map to cache the uniform locations"

    This reverts commit 48e00eb.
    bigbike committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    a2ee4a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. debug on macOS

    bigbike committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    77ccc25 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    2cf1154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fdfbdc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

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

    bigbike committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    6ee58da View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    507ec12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f04d33c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

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

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    0de630b View commit details
    Browse the repository at this point in the history