Tresjs / tres

Declarative ThreeJS using Vue Components
https://tresjs.org
MIT License
2.27k stars 107 forks source link

Directional Light Helper is not rendered #241

Closed alvarosabu closed 1 year ago

alvarosabu commented 1 year ago

Describe the bug Light helpers don't render anymore, same for cameraHelper

Reproduction https://playground.tresjs.org/experiments/lights

Steps Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior <TresDirectionalLightHelper> should render the helper

Screenshots If applicable, add screenshots to help explain your pr Screenshot 2023-05-03 at 11 58 42 oblem.

System Info Output of npx envinfo --system --npmPackages '{vite,@tresjs/*, three, vue}' --binaries --browsers

  System:
    OS: macOS 13.2.1
    CPU: (8) arm64 Apple M1 Pro
    Memory: 192.11 MB / 16.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 18.14.1 - ~/.nvm/versions/node/v18.14.1/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 9.3.1 - ~/.nvm/versions/node/v18.14.1/bin/npm
  Browsers:
    Brave Browser: 112.1.50.121
    Chrome: 112.0.5615.137
    Safari: 16.3
  npmPackages:
    @tresjs/cientos: 2.0.0-beta.6 => 2.0.0-beta.6 
    @tresjs/core: 2.0.0-beta.13 => 2.0.0-beta.13 

Additional context Add any other context about the problem here.

alvarosabu commented 1 year ago

Hi @Danny-Devs how is it going? Any update on this one?