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

Feature upgrade three.js #397

Merged
merged 27 commits into from
Oct 26, 2024
Merged

Feature upgrade three.js #397

merged 27 commits into from
Oct 26, 2024

Commits on Oct 23, 2024

  1. fix for issue #363

    - emcc version > 3.1.40 cause issue with isnan
    kalwalt committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    dae41b5 View commit details
    Browse the repository at this point in the history
  2. upgraded emcc to 3.1.69

    - build .o files instead of .bc
    - related to issue #363
    kalwalt committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0c53dc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7d5f28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe6c861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16f7ce1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    b008e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799ccfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ebbac6 View commit details
    Browse the repository at this point in the history
  4. gltf example with brave_robot model

    - see issue #393
    kalwalt committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bb6eb43 View commit details
    Browse the repository at this point in the history
  5. multi example upgrade

    - move marker position initialization from draw to onmessage (markerInfos)
    - updating thread libs for the examples
    kalwalt committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fab5265 View commit details
    Browse the repository at this point in the history
  6. missed brave_robot model

    kalwalt committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2c24bb5 View commit details
    Browse the repository at this point in the history
  7. use THREE.PerspectiveCamera instead of THREE.Camera

    - init the camera with a configuration (aspect, fov, near and far option)
    kalwalt committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e6a1135 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ac0413 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. better makem.js file

    - Zlib is not necessary
    - removed deprecated -memory-init-file flag
    - correctly clean_builds
    - improved code quality with better variable type
    kalwalt committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    524a510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1379ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7b1f83 View commit details
    Browse the repository at this point in the history
  4. fix issue with gltf example

    - correct matrix
    - minor improves
    kalwalt committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c3ed1fd View commit details
    Browse the repository at this point in the history
  5. Add USE_ZLIB flag to makem.js

    - fix issue in comment #397 (comment)
    kalwalt committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bae3288 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4261c33 View commit details
    Browse the repository at this point in the history
  7. formatting code with prettier

    kalwalt committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0cf1f21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6848743 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0973f55 View commit details
    Browse the repository at this point in the history
  10. revert to typescript 5.5.4 for typedoc issue

    - upgrade softprops/action-gh-release to v2
    kalwalt committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9d3de9a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. improving gltf excample

    kalwalt committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    250f57f View commit details
    Browse the repository at this point in the history
  2. updated readme

    kalwalt committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3de80bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2978de5 View commit details
    Browse the repository at this point in the history
  4. updated WebARKitLib

    kalwalt committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b717997 View commit details
    Browse the repository at this point in the history