\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.",[2927,2930,2933,2936],{"name":2928,"color":2929},"bug","d73a4a",{"name":2931,"color":2932},"good first issue","7057ff",{"name":2934,"color":2935},"help wanted","008672",{"name":2937,"color":2938},"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.6838086,{"description":2946,"labels":2947,"number":2873,"owner":2857,"repository":2948,"state":2940,"title":2949,"updated_at":2950,"url":2951,"score":2878},"### Describe the bug\n\nThere is a problem in the docs with the MeshWobbleMaterial.\r\n\r\nI can't access to it, nor in local \r\n\r\n\r\n\n\n### Reproduction\n\nhttps://cientos.tresjs.org/guide/materials/wobble-material.html\n\n### Steps to reproduce\n\nGo to https://cientos.tresjs.org/guide/materials/wobble-material.html\n\n### System Info\n\n```shell\nBrave browser\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/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.\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[],"cientos","Problem with MeshWobbleMaterial docs","2023-08-22T19:28:12Z","https://github.com/Tresjs/cientos/issues/137",{"description":2953,"labels":2954,"number":2955,"owner":2857,"repository":2948,"state":2940,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Describe the bug\n\nWhen loading models, nuxt stops compiling with errors:\r\n- On Stackblitz:\r\n - \r\n ```bash\r\n [TresJS ▲ ■ ●] [useLoader] - Failed to load resource Error: THREE.FBXLoader: Cannot find the version number for the file given.\r\n at Wr (trescientos.js?v=d47776ab:5660:9)\r\n at $u.parse (trescientos.js?v=d47776ab:4284:11)\r\n at Object.onLoad (trescientos.js?v=d47776ab:4268:15)\r\n at three.js?v=6df4ebf7:25873:20\r\n ```\r\n- On Localhost:\r\n - \r\n\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-zea57t?file=app.vue\n\n### Steps to reproduce\n\ninstall the required modules:\r\n```bash\r\nyarn add @tresjs/cientos @tresjs/core @tresjs/nuxt @tresjs/post-processing\r\n```\r\n\r\nthen add the following template:\r\n```vue\r\n\u003Ctemplate>\r\n \u003CTresCanvas clear-color=\"#82DBC5\" shadows alpha>\r\n \u003CTresPerspectiveCamera :position=\"[11, 11, 11]\" />\r\n \u003COrbitControls />\r\n \u003CSuspense>\r\n \u003CFBXModel path=\"https://raw.githubusercontent.com/Tresjs/assets/main/models/fbx/low-poly-truck/Jeep_done.fbx\" />\r\n \u003C/Suspense>\r\n \u003CTresDirectionalLight :position=\"[-4, 8, 4]\" :intensity=\"1.5\" cast-shadow />\r\n \u003C/TresCanvas>\r\n\u003C/template>\r\n\r\n```\n\n### System Info\n\n```shell\n\"@tresjs/cientos\": \"^3.8.0\"\r\n\"@tresjs/core\": \"^3.7.0\"\r\n\"@tresjs/nuxt\": \"^2.1.1\"\r\n\"@tresjs/post-processing\": \"^0.7.0\"\r\n\"nuxt\": \"^3.10.3\"\r\n\"three\": \"^0.162.0\"\r\n\"vue\": \"^3.4.21\"\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/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.\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[],364,"Failed to resolve import \"tweakpane\" from \"node_modules/@tresjs/cientos/dist/trescientos.js?v=617975b6\". Does the file exist?","2024-03-17T11:34:37Z","https://github.com/Tresjs/cientos/issues/364",0.7139007,{"description":2961,"labels":2962,"number":2966,"owner":2857,"repository":2948,"state":2940,"title":2967,"updated_at":2968,"url":2969,"score":2970},"Add similar to these ones on the core https://github.com/Tresjs/tres/blob/main/.github/ISSUE_TEMPLATE/bug_report.yml?plain=1",[2963],{"name":2964,"color":2965},"dx","1576ad",74,"Github Form issues","2023-05-19T08:32:12Z","https://github.com/Tresjs/cientos/issues/74",0.7145391,["Reactive",2972],{},["Set"],["ShallowReactive",2975],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f50uy60uR0aHC75f4VeWwPHafFhpkMTro2Q-0GOEvfA4":-1},"/Tresjs/lab/54"]