Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Tresjs/tres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.3
Choose a base ref
...
head repository: Tresjs/tres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.0
Choose a head ref
  • 10 commits
  • 36 files changed
  • 4 contributors

Commits on Jun 14, 2023

  1. fix: banner image link

    imhalid committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b793c77 View commit details
    Browse the repository at this point in the history
  2. fix: main button colors

    imhalid committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3aab827 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge pull request #299 from imhalid/bugfix/button-color-and-banner-i…

    …mage
    
    fix: button color and banner image
    alvarosabu authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0f802c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. docs: nuxt module docs

    alvarosabu committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    a28486b View commit details
    Browse the repository at this point in the history
  2. docs: fix build issue

    alvarosabu committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    e398719 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #305 from Tresjs/docs/add-nuxt-module

    docs:  nuxt module docs
    alvarosabu authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f3c0276 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix: raycaster does not work properly when scene is not in full screen (

    #304)
    
    * chore: tinkering on possible solutions concerning pointer event handling
    
    * chore: made click listeners work with changed architectures concerning raycaster
    
    * chore: changed callback structure
    
    * chore: made pointer move work
    
    * chore: made other pointer events work
    
    * chore: code cleanup
    
    * chore: added deregistration of pointer event handlers for when an Oject3D is removed
    
    * chore: handled the case when the pointer leaves an Object3D but also the canvas
    
    * chore: replaced useRaycaster
    
    * fix: raycaster works properly when scene does not take up the whole viewport
    fix: onPointerMove does not fire too often anymore
    
    * chore: made types in nodeOps a little more specific
    
    * chore: improved click event handling
    
    * docs: adjusted events page
    
    * chore: fixed typo
    
    * chore: cleanup
    
    * chore: adjusted code so tests pass
    
    * chore: merge latest main
    
    ---------
    
    Co-authored-by: Tino Koch <[email protected]>
    Co-authored-by: alvarosabu <[email protected]>
    3 people authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    20a5b9e View commit details
    Browse the repository at this point in the history
  2. chore: docs types typos (#309)

    * docs: fix typos
    
    * docs: fix getting-started types typo
    alvarosabu authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2ba6b2f View commit details
    Browse the repository at this point in the history
  3. feat: removed useCamera logic from nodeOps (#308)

    * feat: removed `useCamera` logic from nodeOps
    
    * docs: update docs/guide/your-first-scene.md
    
    Co-authored-by: Tino Koch <[email protected]>
    
    * docs: update src/components/TresScene.ts
    
    Co-authored-by: Tino Koch <[email protected]>
    
    * feat: use `getObjectByProperty` to get the camera
    
    * docs: remove camera troubleshooting
    
    * chore: removed unused scene imports
    
    ---------
    
    Co-authored-by: Tino Koch <[email protected]>
    alvarosabu and Tinoooo authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e9509ba View commit details
    Browse the repository at this point in the history
  4. chore: release v2.2.0

    alvarosabu committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    39f96a0 View commit details
    Browse the repository at this point in the history
Loading