\r\n \u003C/Suspense>\r\n```\r\nBut get `Failed to resolve component: primitive`",[],53,"lab","How to load and render STL models?","2024-07-17T17:42:39Z","https://github.com/Tresjs/lab/issues/53",0.7767097,{"description":2906,"labels":2907,"number":2912,"owner":2874,"repository":2875,"state":2876,"title":2913,"updated_at":2914,"url":2915,"score":2916},"### Description\n\nTypically, `useTres().camera.value` holds a camera. But the type includes `undefined`.\r\n\r\nThis leads to extra, otherwise unneeded reactivity and type checking.\n\n### Suggested solution\n\n* Define a dummy camera. If no user camera is currently defined, fall back on the dummy camera.\r\n* Remove `undefined` from the type.\n\n### Alternative\n\n_No response_\n\n### Additional context\n\nR3F defines a dummy camera so that the state always includes a camera.\n\n### Validations\n\n- [X] I agree to follow this project's [Code of Conduct](https://github.com/Tresjs/tres/blob/main/CODE_OF_CONDUCT.md)\n- [X] Read the [Contributing Guidelines](https://github.com/Tresjs/tres/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://tresjs.org/guide).\n- [X] Check that there isn't [already an issue](https://github.com/tresjs/tres/issues) that reports the same bug to avoid creating a duplicate.",[2908,2911],{"name":2909,"color":2910},"feature","c2e0c6",{"name":2868,"color":2869},872,"`useTres().camera.value` should always be defined ","2024-11-27T09:58:52Z","https://github.com/Tresjs/tres/issues/872",0.7829912,{"description":2918,"labels":2919,"number":2922,"owner":2874,"repository":2891,"state":2876,"title":2923,"updated_at":2924,"url":2925,"score":2926},"### Description\n\nAs developer using TresJs I would like to have a easy way to \"embed\" images (textures) to an existing mesh.\n\n### Suggested solution\n\nSee: https://github.com/pmndrs/drei#decal\n\n### Alternative\n\nFeel free to come with another alternative\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] I agree to follow this project's [Code of Conduct](https://github.com/Tresjs/cientos/blob/main/CODE_OF_CONDUCT.md)\n- [X] Read the [Contributing Guidelines](https://github.com/Tresjs/cientos/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://cientos.tresjs.org/guide).\n- [X] Check that there isn't [already an issue](https://github.com/tresjs/cientos/issues) that reports the same bug to avoid creating a duplicate.",[2920,2921],{"name":2909,"color":2910},{"name":2868,"color":2869},282,"Decal component","2024-11-24T11:20:26Z","https://github.com/Tresjs/cientos/issues/282",0.7896392,{"description":2928,"labels":2929,"number":1521,"owner":2874,"repository":2900,"state":2930,"title":2931,"updated_at":2932,"url":2933,"score":2934},"I like your library very much and want to learn and use it in the website I'm about to create.\r\n\r\nWhen I tried to check the playground demo, I found that it didn't display properly.\r\nnode version > 18\r\nSteps 1: pnpm install\r\nSteps 2: pnpm dev\r\nMy local implementation localhost:3000\r\n\r\n\r\n\r\nhttps://playground.tresjs.org/vue/portal-journey/\r\n\r\n\r\n\r\nExcuse me, which step did I do wrong?",[],"closed","Playground is not working properly.","2023-04-01T10:46:07Z","https://github.com/Tresjs/lab/issues/4",0.4696656,{"description":2936,"labels":2937,"number":1521,"owner":2874,"repository":2875,"state":2930,"title":2939,"updated_at":2940,"url":2941,"score":2934},"Would be nice to have a Nuxt module for TresJS\r\n\r\nhttps://nuxt.com/docs/guide/going-further/modules\r\n\r\n- [x] ClientMode DX\r\n- [x] Autoimports components and composables\r\n- [x] Auto install `vite-plugin-glsl`",[2938],{"name":2909,"color":2910},"Nuxt module package","2023-06-16T10:20:08Z","https://github.com/Tresjs/tres/issues/4",{"description":2943,"labels":2944,"number":2034,"owner":2874,"repository":2900,"state":2930,"title":2945,"updated_at":2946,"url":2947,"score":2948}," Check if demos are broken after `@tresjs/core@alpha` \r\n\r\n \r\n\r\n- [x] Animations \r\n- [x] Environment Tweaks\r\n- [x] Events\r\n- [x] GLTF Model\r\n- [x] Lights\r\n- [x] Low Poly Planet\r\n- [x] Materials\r\n- [x] Portal Journey\r\n- [x] Manual Post Processing\r\n- [x] Realistic Scene\r\n- [x] Transform Controls\r\n- [x] Tres Donut",[],"v2 Playground check","2023-03-24T07:21:35Z","https://github.com/Tresjs/lab/issues/9",0.74896467,{"description":2950,"labels":2951,"number":2962,"owner":2874,"repository":2875,"state":2930,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Describe the bug\r\n\r\nThere is an issue with the automatic disposal, some elements like\r\n\r\n- GridHelper\r\n- AxesHelper \r\n\r\nAre throwing this error when the scene is unmounted\r\n\r\n```\r\nchunk-SRLW6FY7.js?v=a19e4a6b:30745 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'dispose')\r\n at AxesHelper.dispose (chunk-SRLW6FY7.js?v=a19e4a6b:30745:19)\r\n```\r\n\r\n### Reproduction\r\n\r\nlocal playground\r\n\r\n### Steps to reproduce\r\n\r\n- Run playground with `npm run dev`\r\n- Open `conditional` example\r\n- Go back\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: macOS 14.3.1\r\n CPU: (8) arm64 Apple M1 Pro\r\n Memory: 60.73 MB / 16.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 20.12.2 - ~/.nvm/versions/node/v20.12.2/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 10.5.0 - ~/.nvm/versions/node/v20.12.2/bin/npm\r\n pnpm: 8.15.4 - ~/Library/pnpm/pnpm\r\n bun: 1.0.2 - ~/.bun/bin/bun\r\n Browsers:\r\n Brave Browser: 120.1.61.116\r\n Chrome: 124.0.6367.207\r\n Safari: 17.3.1\r\n npmPackages:\r\n @tresjs/cientos: 3.8.0 => 3.8.0 \r\n @tresjs/core: workspace:^ => 4.0.0-rc.0 \r\n @tresjs/leches: 0.15.0-next.3 => 0.15.0-next.3\r\n```\r\n\r\n\r\n### Used Package Manager\r\n\r\npnpm\r\n\r\n### Code of Conduct\r\n\r\n- [X] I agree to follow this project's [Code of Conduct](https://github.com/Tresjs/tres/blob/main/CODE_OF_CONDUCT.md)\r\n- [X] Read the [Contributing Guidelines](https://github.com/Tresjs/tres/blob/main/CONTRIBUTING.md).\r\n- [X] Read the [docs](https://tresjs.org/guide).\r\n- [X] Check that there isn't [already an issue](https://github.com/tresjs/tres/issues) that reports the same bug to avoid creating a duplicate.\r\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[2952,2953,2956,2959],{"name":2885,"color":2886},{"name":2954,"color":2955},"v4","7980EA",{"name":2957,"color":2958},"p4-important-bug","D93F0B",{"name":2960,"color":2961},"regression","167F7A",682,"Helpers diposal error since latest threejs update","2024-05-16T06:51:51Z","https://github.com/Tresjs/tres/issues/682",0.75015664,{"description":2968,"labels":2969,"number":2975,"owner":2874,"repository":2891,"state":2930,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### Describe the bug\r\n\r\nLensflare seems to be broken on v4\r\n\r\nCannot destructure property 'registerCamera' of '(intermediate value)(intermediate value)(intermediate value)' as it is undefined.\r\n\r\n\r\n\r\n\r\n### Reproduction\r\n\r\nRun local playground\r\n\r\n### Steps to reproduce\r\n\r\n_No response_\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: macOS 14.5\r\n CPU: (8) arm64 Apple M1 Pro\r\n Memory: 51.02 MB / 16.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 20.12.2 - ~/.nvm/versions/node/v20.12.2/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 10.5.0 - ~/.nvm/versions/node/v20.12.2/bin/npm\r\n pnpm: 8.15.4 - ~/Library/pnpm/pnpm\r\n bun: 1.0.2 - ~/.bun/bin/bun\r\n Browsers:\r\n Brave Browser: 120.1.61.116\r\n Chrome: 125.0.6422.142\r\n Safari: 17.5\r\n npmPackages:\r\n @tresjs/core: 4.0.0-rc.2 => 4.0.0-rc.2 \r\n @tresjs/leches: ^0.14.0 => 0.14.0\r\n```\r\n\r\n\r\n### Used Package Manager\r\n\r\npnpm\r\n\r\n### Code of Conduct\r\n\r\n- [X] I agree to follow this project's [Code of Conduct](https://github.com/Tresjs/cientos/blob/main/CODE_OF_CONDUCT.md)\r\n- [X] Read the [Contributing Guidelines](https://github.com/Tresjs/cientos/blob/main/CONTRIBUTING.md).\r\n- [X] Read the [docs](https://cientos.tresjs.org/guide).\r\n- [X] Check that there isn't [already an issue](https://github.com/Tresjs/cientos/issues) that reports the same bug to avoid creating a duplicate.\r\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[2970,2971,2973,2974],{"name":2885,"color":2886},{"name":2954,"color":2972},"EEF2B0",{"name":2957,"color":2958},{"name":2960,"color":2961},435,"Lensflare playground demo is broken","2024-08-28T19:23:52Z","https://github.com/Tresjs/cientos/issues/435",0.75039357,["Reactive",2981],{},["Set"],["ShallowReactive",2984],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f-b5J060ubkD3kQJkWiBmFwEvtwgkqrijbf3anLYFtaM":-1},"/Tresjs/tresjs.org/4"]