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

[Merged by Bors] - Generate vertex tangents using mikktspace #3872

Closed
wants to merge 106 commits into from

Commits on Jun 30, 2017

  1. cargo new

    bwasty committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    f7ea63c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91eb412 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

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

Commits on Jul 8, 2017

  1. Add reference implementation

    alteous committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    2424342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92fe7b7 View commit details
    Browse the repository at this point in the history
  3. Add mikktspace-sys library

    alteous committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    1763012 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Added stub FFI

    Former-commit-id: 5d11cb5b8100a169c105405e75d58399caf6f57d
    alteous committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    7100ed9 View commit details
    Browse the repository at this point in the history
  2. Add libmikktspace.a to .gitignore

    Former-commit-id: 0289b4d33cb63b4a89994291bed38e5a4e604712
    alteous committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    b450533 View commit details
    Browse the repository at this point in the history
  3. Add Context abstraction

    Former-commit-id: 7bd77bfa85539326f688ead84edaf086c5c88985
    alteous committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    9bbd34b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Add closures interface

    Former-commit-id: 76f4a864fa3b1fbde9d5ac2eab7c5d0639d147ef
    alteous committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    dc8fe97 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Add generation example

    Former-commit-id: fb3b6b7f4a340a1e1afe156697cc60d7d7b34117
    alteous committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    4f7c63a View commit details
    Browse the repository at this point in the history
  2. Fixed incorrect foreign function signature

    Former-commit-id: 909221683bc0bf7a15458b710e98c4e1565b71fb
    alteous committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    94705b0 View commit details
    Browse the repository at this point in the history
  3. Remove debug moduli

    Former-commit-id: ba8b4c7769097e5b50fc3e12a85fc71d06b5a2ae
    alteous committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    99918f6 View commit details
    Browse the repository at this point in the history
  4. Make @bwasty the author

    Former-commit-id: 89f4dc6126d72e931954bdedb319ee44376656cc
    alteous committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    3d19ed6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from alteous/pr

    Add bindings to C reference implementation
    
    Former-commit-id: 8964a4bb729250aedd7f53bc4d6af9adff3c9ef1
    bwasty authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    a94c513 View commit details
    Browse the repository at this point in the history
  6. add travis config + readme

    Former-commit-id: a9a4929c42f353430eaf80f5c49526a4b7111b4b
    bwasty committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    5a51803 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. Test the interface

    Former-commit-id: 1d6faf7c33382998c671c6ecc0d8d9f963660522
    alteous committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    2543663 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Former-commit-id: b63a3688c8593f06f2a7870308def5c13845003e
    alteous committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    7aeab71 View commit details
    Browse the repository at this point in the history
  3. Set libmikktspace version to crate version

    Former-commit-id: 95ceac69a9a32ab8c9eea29045efd02a068c6db0
    alteous committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    7f0b70d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Merge pull request #3 from alteous/libmikktspace-version

    Set libmikktspace version to crate version
    
    Former-commit-id: 5b23b1c6ebd7f4e9b3537d387cbafeb594ae2820
    bwasty authored Sep 4, 2017
    Configuration menu
    Copy the full SHA
    18fdec6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Merge pull request #2 from alteous/pr

    Add equivalent C generate example
    
    Former-commit-id: f881f983d4cfebdc20ff46aba0f061c17c26117e
    bwasty authored Sep 6, 2017
    Configuration menu
    Copy the full SHA
    b49958f View commit details
    Browse the repository at this point in the history
  2. remove original corrode experiment

    Former-commit-id: 426d7fb539a3c54c70d0cf376e4f3a058bfebd82
    bwasty committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    6265eb4 View commit details
    Browse the repository at this point in the history
  3. Move cgmath to dev-dependencies

    Former-commit-id: d78472e2d7724f28ec29bb1a1c1727eca27c11c1
    alteous committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    76ea78a View commit details
    Browse the repository at this point in the history
  4. Add description field

    Former-commit-id: 8654d95d71ffefc456d185362c4b8e139b35cb52
    alteous committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    04d7bdd View commit details
    Browse the repository at this point in the history
  5. Set documentation, repository, and homepage fields

    Former-commit-id: 24b6ba657455a761ccfeee98bf26d3da663dfc72
    alteous committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    e0bacd9 View commit details
    Browse the repository at this point in the history
  6. Add readme field

    Former-commit-id: 54f656f9532c4a62be935438ba4bdab189d860b5
    alteous committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    41adcc2 View commit details
    Browse the repository at this point in the history
  7. Add some keywords

    Former-commit-id: 260211540cf844e558139f1157a5c6f42587dd67
    alteous committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    40142d0 View commit details
    Browse the repository at this point in the history
  8. Add dual Apache-2.0 / MIT licence

    Former-commit-id: 4cb2812da7e4230d7fe0bc6620afa697cb6b23ee
    alteous committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    0048ac1 View commit details
    Browse the repository at this point in the history
  9. Exclude C example

    This closes issue #5
    
    
    Former-commit-id: 8fe70edc1d9b9b3fb6899307e5ef241ebb1a2f0d
    alteous committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    80329ed View commit details
    Browse the repository at this point in the history
  10. Add Travis CI badge

    Former-commit-id: 3700dcc0bc70d6df135447116b57c3117ae23a13
    alteous committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    96fea5b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Add @alteous to authors list

    Former-commit-id: 06a7f6ea755b4075c164050509db950866f8fc68
    alteous committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    9b44031 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Merge pull request #8 from gltf-rs/remove-corrode

    Remove original corrode experiment
    
    Former-commit-id: 8d656673abca6a88d3dfdb5943786c32062b9545
    bwasty authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    dca0473 View commit details
    Browse the repository at this point in the history
  2. generate -> generate_tangents

    Former-commit-id: ffb682e8a1d22c92eb7619fb4679c2bb7de47cf2
    alteous committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    ec5aa73 View commit details
    Browse the repository at this point in the history
  3. Exclude everything in the examples directory

    Former-commit-id: ebdf1856372bd5eae9e2c0ff126b7a9ee662a38e
    alteous committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    a4b7821 View commit details
    Browse the repository at this point in the history
  4. Update README

    Former-commit-id: c5cf7e1494f3f9f288ae88d6fd21c66e03cd15d4
    alteous committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    18fab51 View commit details
    Browse the repository at this point in the history
  5. Update Rust generate example

    Former-commit-id: 83df1a3f0c9771c6e61056160ebf7d5a6a3c15dd
    alteous committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    e9573cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7 from alteous/cargo-config

    Configure Cargo.toml
    
    Former-commit-id: b1560e08904eb50983aa2a06139a4ece47c03f41
    alteous authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    2f0bddd View commit details
    Browse the repository at this point in the history
  7. Fix README

    Former-commit-id: ed17d10e44d351b855fc531f4e295acaaa64be61
    alteous committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    7feb189 View commit details
    Browse the repository at this point in the history
  8. Fix travis badge in readme

    Former-commit-id: 74a228d1b89ab973e80292faaca8e273f67bec03
    bwasty authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    bd43082 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9 from gltf-rs/bwasty-patch-1

    Fix travis badge in readme
    
    Former-commit-id: 00d8865a54ed41413acbf4ab1e1a9f5d57a38e60
    bwasty authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    95ac6cf View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Configuration menu
    Copy the full SHA
    ede02d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from gltf-rs/cmake_fix_old_gcc

    CMake: replace -c11 with -c1x for GCC 4.6 (resolves #11)
    alteous authored Sep 24, 2017
    Configuration menu
    Copy the full SHA
    da59f42 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Configuration menu
    Copy the full SHA
    37763b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ae27e View commit details
    Browse the repository at this point in the history
  3. Fix typo in build.rs

    randomPoison authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    0c37e5d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

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

Commits on Jul 24, 2018

  1. Merge pull request #13 from randomPoison/use-cc

    Build mikktspace using cc instead of cmake
    alteous authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    9a0a981 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Version 0.1.1

    alteous committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    2f79db3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from gltf-rs/v0.1.1

    Version 0.1.1
    alteous authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    af3b93d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. fix link to blender wiki

    bwasty authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    dffcb0a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Replace bindings with Rust equivalent

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    43ec58f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c778526 View commit details
    Browse the repository at this point in the history
  3. Replace psTspace with vec

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    9132a97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c90f72 View commit details
    Browse the repository at this point in the history
  5. Remove memset as it's no longer used

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    16ad3f1 View commit details
    Browse the repository at this point in the history
  6. Replace piTriListIn and pTriInfos with vec

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    54a4a4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0d086d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    324c9a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c1a59d View commit details
    Browse the repository at this point in the history
  10. Remove memset

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    042ca9a View commit details
    Browse the repository at this point in the history
  11. Remove remaining malloc and free

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    8390d57 View commit details
    Browse the repository at this point in the history
  12. Remove remaining libc types

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    49a6c4e View commit details
    Browse the repository at this point in the history
  13. Remove remaining repr(C)

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    144467e View commit details
    Browse the repository at this point in the history
  14. Final documentation touches

    Layl committed May 4, 2019
    Configuration menu
    Copy the full SHA
    1edb548 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Remove get_ prefix from accessors

    Layl committed May 12, 2019
    Configuration menu
    Copy the full SHA
    f9a5d92 View commit details
    Browse the repository at this point in the history
  2. Change nalgebra types in public API to arrays

    Layl committed May 12, 2019
    Configuration menu
    Copy the full SHA
    dbd69b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3f2c68 View commit details
    Browse the repository at this point in the history
  4. Fix example not compiling

    Layl committed May 12, 2019
    Configuration menu
    Copy the full SHA
    cec2d7c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Merge pull request #15 from LaylConway/master

    Replace bindings with Rust equivalent (Closes #10)
    alteous authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    abbae9b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Bumped nalgebra to 0.19.0.

    azriel91 committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    3502535 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Merge pull request #18 from azriel91/maintenance/bump-nalgebra

    Bumped `nalgebra` to `0.19.0`.
    alteous authored Jan 9, 2020
    Configuration menu
    Copy the full SHA
    c327d80 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Add a regression test on the example cube

    All the values in the `expected_results` vector are generated by the actual
    reference implementation of the MikkTSpace algorithm with the cube constructed
    in examples/generate.rs as an input.
    MilanVasko committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    95d76ff View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Merge pull request #19 from MilanVasko/regression-test

    Add a regression test on the example cube
    alteous authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    d03f65d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Configuration menu
    Copy the full SHA
    43d2802 View commit details
    Browse the repository at this point in the history
  2. Version 0.2.0

    alteous committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    99a235d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d028fb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. add glam feature

    jakobhellermann committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fa8e685 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Merge pull request #21 from jakobhellermann/glam-feature

    add glam feature
    alteous authored May 19, 2021
    Configuration menu
    Copy the full SHA
    ee3fd02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d08f8f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Merge pull request #22 from jakobhellermann/update-vec-libraries

    update glam and nalgebra
    alteous authored May 22, 2021
    Configuration menu
    Copy the full SHA
    a96883c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    89f36ea View commit details
    Browse the repository at this point in the history
  2. Version 0.3

    alteous committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    c1e6f16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from alteous/master

    Version 0.3
    alteous authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    b34fbc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. updated nalgebra and glam

    mockersf committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    f8b5bd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Merge pull request #25 from mockersf/update-libs

    updated nalgebra and glam
    alteous authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    6275cc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Add Bevy fork info

    cart authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    55fa265 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    978e687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0eaf75 View commit details
    Browse the repository at this point in the history
  3. Add 'crates/bevy_mikktspace/' from commit '55fa2650056f0c6163cb8b238b…

    …ab040c2fbac24b'
    
    git-subtree-dir: crates/bevy_mikktspace
    git-subtree-mainline: c0eaf75
    git-subtree-split: 55fa265
    superdump committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    66338ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef70164 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f5b2a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a29ad02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6b284e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    04ac134 View commit details
    Browse the repository at this point in the history
  2. Appease markdownlint

    superdump committed May 1, 2022
    Configuration menu
    Copy the full SHA
    c910b33 View commit details
    Browse the repository at this point in the history
  3. Appease rustdoc

    superdump committed May 1, 2022
    Configuration menu
    Copy the full SHA
    0b8e0d6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    572a0d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611231d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca1b1e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edce219 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0278521 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9db789 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b195cfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1705cf6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    964b1ab View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. suppress custom bevy lints

    cart committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d8827f1 View commit details
    Browse the repository at this point in the history