\r\n \u003CTresMeshNormalMaterial />\r\n \u003C/TresMesh>\r\n```\r\n\r\nIf players increase size (new player) is not being added to the scene\r\n\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/node-7ddska?file=src%2Fviews%2FHomeView.vue\n\n### Steps to reproduce\n\nHit key \"R\", you will see the list on top increase but not the amount of boxes\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (2) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 16.14.2 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.4.2 - /usr/local/bin/npm\r\n npmPackages:\r\n @tresjs/cientos: ^2.0.0 => 2.0.0 \r\n @tresjs/core: ^2.0.0 => 2.0.0 \r\n\r\n```\n```\n\n\n### Used Package Manager\n\nnpm\n\n### Code of Conduct\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.\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[3077,3078,3081,3084],{"name":3044,"color":3045},{"name":3079,"color":3080},"good first issue","7057ff",{"name":3082,"color":3083},"help wanted","008672",{"name":3085,"color":3086},"community","DC9921",284,"closed","v-for of meshes doesn't add new instances to scene ","2023-06-09T11:39:28Z","https://github.com/Tresjs/tres/issues/284",0.6820265,{"description":3094,"labels":3095,"number":3058,"owner":3019,"repository":3050,"state":3088,"title":3099,"updated_at":3100,"url":3101,"score":3063},"### Description\n\n\r\n\r\nWe can create a wrapper using extend to add CSM and apply shaders to other materials, as we can see in that example. We're applying vertex shader to a physical material using the [glass demo](https://playground.tresjs.org/experiments/glass-material),\n\n### Suggested solution\n\na wrapper around https://www.npmjs.com/package/three-custom-shader-material\n\n### Alternative\n\nI don't know if there are another alternatives, but CSM is one of the most used\n\n### Additional context\n\nThe Idea is to create just a wrapper\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.",[3096],{"name":3097,"color":3098},"feature","c2e0c6","Custom shader material","2023-10-26T13:42:49Z","https://github.com/Tresjs/cientos/issues/109",{"description":3103,"labels":3104,"number":3105,"owner":3019,"repository":3020,"state":3088,"title":3106,"updated_at":3107,"url":3108,"score":3109},"### Description\r\n\r\nI'm using a v-for to instantiate some TresMeshes (as seen in some of the examples), but I need the v-for to dynamically update, and that doesn't seem to work. Any ideas on how to dynamically update a v-for with tres components?\r\n\r\n### Suggested solution\r\n\r\nNot sure if this is a module thing, but maybe add a v-for to the TresGroup component?\r\n\r\n### Alternative\r\n\r\n_No response_\r\n\r\n### Additional context\r\n\r\nTo clarify, the array being used by the v-for: when it changes, the meshes instantiated by the v-for do not update.\r\n\r\n### Validations\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.",[],413,"v-for please","2023-10-06T22:05:25Z","https://github.com/Tresjs/tres/issues/413",0.69709843,{"description":3111,"labels":3112,"number":3113,"owner":3019,"repository":3020,"state":3088,"title":3114,"updated_at":3115,"url":3116,"score":3117},"### Describe the bug\r\n\r\nBad types, unpredictable code, and false positives prevent me from using load-on-demand.Consider removing the global type declaration unless I actively add it?\r\n\r\n```\r\n'TresPrimitive' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.ts-plugin(1484)\r\n\r\n(alias) type TresPrimitive = TresInstance & {\r\n object: TresInstance;\r\n isPrimitive: true;\r\n}\r\nimport TresPrimitive\r\n```\r\n\r\n### Reproduction\r\n\r\nnone\r\n\r\n### Steps to reproduce\r\n\r\n_No response_\r\n\r\n### System Info\r\n\r\n_No response_\r\n\r\n### Used Package Manager\r\n\r\nnpm\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.",[],800,"Type error","2024-09-09T07:05:02Z","https://github.com/Tresjs/tres/issues/800",0.6987214,{"description":3119,"labels":3120,"number":1558,"owner":3019,"repository":3122,"state":3088,"title":3123,"updated_at":3124,"url":3125,"score":3126},"### Describe the bug\n\nUsing the module on nuxt app that has `@tresjs/post-processing` installed the following error is prompt when running the server\r\n\r\n```\r\nCannot start nuxt: Named export 'EffectComposer' not found. The requested module 'postprocessing' is a CommonJS module, which may not support all module.exports as named exports.\r\nCommonJS modules can always be imported via the default export, for example using:\r\n\r\nimport pkg from 'postprocessing';\r\nconst { EffectComposer: ae, RenderPass: le, NormalPass: ie, DepthDownsamplingPass: ue, BlendFunction: W, BloomEffect: re, EffectPass: z, GlitchMode: O, GlitchEffect: oe, OutlineEffect: T } = pkg;\r\n\r\n\r\n import { EffectComposer as ae, RenderPass as le, NormalPass as ie, DepthDownsamplingPass as ue, BlendFunction as W, BloomEffect as re, EffectPass as z, GlitchMode as O, GlitchEffect as oe, OutlineEffect as T } from \"postprocessing\";\r\n ^^^^^^^^^^^^^^\r\n SyntaxError: Named export 'EffectComposer' not found. The requested module 'postprocessing' is a CommonJS module, which may not support all module.exports as named exports.\r\n CommonJS modules can always be imported via the default export, for example using:\r\n \r\n import pkg from 'postprocessing';\r\n const { EffectComposer: ae, RenderPass: le, NormalPass: ie, DepthDownsamplingPass: ue, BlendFunction: W, BloomEffect: re, EffectPass: z, GlitchMode: O, GlitchEffect: oe, OutlineEffect: T } = pkg;\r\n \r\n at async initNuxt (file://node_modules/nuxt/dist/index.mjs:2945:7)\r\n at async load (file://node_modules/nuxi/dist/chunks/dev.mjs:219:9)\r\n at async Object.invoke (file://node_modules/nuxi/dist/chunks/dev.mjs:263:5)\r\n at async _main (file://node_modules/nuxi/dist/cli.mjs:63:20)\r\n ```\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-duwnqj?file=nuxt.config.ts\n\n### Steps to reproduce\n\n_No response_\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 13.4\r\n CPU: (8) arm64 Apple M1 Pro\r\n Memory: 81.64 MB / 16.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 18.14.1 - ~/.nvm/versions/node/v18.14.1/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.3.1 - ~/.nvm/versions/node/v18.14.1/bin/npm\r\n Browsers:\r\n Brave Browser: 114.1.52.122\r\n Chrome: 114.0.5735.106\r\n Safari: 16.5\r\n npmPackages:\r\n @tresjs/cientos: 2.1.3 => 2.1.3 \r\n @tresjs/core: 2.1.2 => 2.1.2 \r\n @tresjs/nuxt: 1.0.0-alpha.0 => 1.0.0-alpha.0 \r\n @tresjs/post-processing: ^0.2.0 => 0.2.0 \r\n nuxt: ^3.5.1 => 3.5.1\n```\n\n\n### Used Package Manager\n\npnpm\n\n### Code of Conduct\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.\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[3121],{"name":3044,"color":3045},"nuxt","Cannot start nuxt: The requested module 'postprocessing' is a CommonJS module","2023-06-16T12:11:08Z","https://github.com/Tresjs/nuxt/issues/5",0.6990106,["Reactive",3128],{},["Set"],["ShallowReactive",3131],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fhsCRHW2KCM2j_DPcPT68CY8rdPU0WvbcF3sxLCchs4g":-1},"/Tresjs/tres/686"]