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

BREAKING feature: preparing for Three.js r167 #1446

Merged
merged 8 commits into from
Jul 26, 2024
Merged

BREAKING feature: preparing for Three.js r167 #1446

merged 8 commits into from
Jul 26, 2024

Commits on Jul 23, 2024

  1. BREAKING feature: preparing for Three.js r167

    import WebGPU / NodeMaterial stuff from `three/webgpu`
    See: mrdoob/three.js#28650
    
    Three.js r167 is not released yet!
    I tested the behavior by using `yarn link` on `three` and `@types/three`
    
    importmaps for Three.js in webgpu examples are temporarily replaced to node_modules, please change them back before merging
    
    Some codes inside MToonNodeMaterial emit type errors because of recent @types/three changes
    I'm asking Methuselar96 why the change is made
    See: three-types/three-ts-types#1023 (comment)
    0b5vr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    150d637 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. deps: Bump Three.js to r167

    package.json, readme, examples
    
    the build is failing
    0b5vr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    92e9ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f40449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5ff66c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e753d89 View commit details
    Browse the repository at this point in the history
  5. fix: Fix type of NodeMaterial members

    See about the type assertion: three-types/three-ts-types#1123
    0b5vr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2f56a70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7246089 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9abd77 View commit details
    Browse the repository at this point in the history