and with teleport controls mainly used in VR applications as opposed to AR applications, it would seem most beneficial to create a component called \u003CTeleportVR />\r\n\r\nThis component will allow users to teleport using a single motion controller, defaulting to the right handed controller with the joystick being used to trigger the aiming interface. Most application 3D or VR use the right joystick for movement, and if using teleport controls it makes the most sense to use this as the default trigger under the expectancy developers are more likely to use the other buttons on the controller for purposes differing from movement.",[2877,2880],{"name":2878,"color":2879},"enhancement","a2eeef",{"name":2881,"color":2882},"help wanted","008672","XR","Teleport VR controls component","2024-05-12T17:53:16Z","https://github.com/Tresjs/XR/issues/16",0.5620815,{"description":2889,"labels":2890,"number":644,"owner":2867,"repository":2894,"state":2869,"title":2895,"updated_at":2896,"url":2897,"score":2898},"https://drei.docs.pmnd.rs/gizmos/pivot-controls#pivotcontrols",[2891],{"name":2892,"color":2893},"good first issue","7057ff","cientos","Pivot Controls ","2024-11-26T07:09:36Z","https://github.com/Tresjs/cientos/issues/7",0.62907475,{"description":2900,"labels":2901,"number":1042,"owner":2867,"repository":2903,"state":2869,"title":2904,"updated_at":2905,"url":2906,"score":2907},"",[2902],{"name":2878,"color":2879},"lab","Add source code to examples content","2024-04-08T16:47:32Z","https://github.com/Tresjs/lab/issues/22",0.6719829,{"description":2909,"labels":2910,"number":659,"owner":2867,"repository":2911,"state":2912,"title":2913,"updated_at":2914,"url":2915,"score":2873},"@alvarosabu \r\n\r\n## Problem\r\n\r\nThere are a few different versions of the Tres logo in the wild. The type size and placement varies:\r\n\r\nhttps://tresjs.org/\r\n\r\nhttps://docs.tresjs.org/\r\n\r\n\u003Cimg width=\"134\" alt=\"Screenshot 2024-02-03 at 14 43 12\" src=\"https://github.com/Tresjs/assets/assets/20469369/c10c8b14-d60c-482f-b6aa-417574536159\">\r\n\u003Cimg width=\"196\" alt=\"Screenshot 2024-02-03 at 14 37 31\" src=\"https://github.com/Tresjs/assets/assets/20469369/d4e1a4ab-35cc-4869-981e-e165b601f20e\">\r\n\r\nIn addition, the formatting of \"Tres\" is in HTML text, so its appearance/alignment is the responsibility of the person creating/maintaining the page. That means extra work and possibility for inconsistency.\r\n\r\n## Solution\r\n\r\nThis seems to be the most widely used version of the logo:\r\n\r\n\u003Cimg width=\"196\" alt=\"Screenshot 2024-02-03 at 14 37 31\" src=\"https://github.com/Tresjs/assets/assets/20469369/d4e1a4ab-35cc-4869-981e-e165b601f20e\">\r\n\r\n* Use \"Roboto\" typeface and convert to SVG paths.\r\n* Standardize the logo and acceptable variations. \r\n* Standardize on 100px nominal width for the SVG.\r\n* Used named layers on the SVG, so color modifications are easy.\r\n* Provide light mode/dark mode versions.\r\n* Remove padding from logo, as this makes it difficult to align with other elements.\r\n* Make \"official\" logos available here for inclusion in other projects.",[],"assets","closed","Docs(logos): no standard logos in repo","2024-02-06T17:36:56Z","https://github.com/Tresjs/assets/issues/18",{"description":2917,"labels":2918,"number":1631,"owner":2867,"repository":2894,"state":2912,"title":2922,"updated_at":2923,"url":2924,"score":2925},"**Describe the bug**\r\n\r\nText3D component comes with two main problems\r\n1) It creates two instance of the Mesh\r\n2) comes with inherit problems. If you add for example name propertie it doesn't set to the object\r\n\r\n**Reproduction**\r\nPlease provide a link using this template on [Stackblitz](https://stackblitz.com/edit/tresjs-basic?file=README.md) \r\n\r\n**Steps**\r\nSteps to reproduce the behavior:\r\n1. Add one log to the scene using useTres().scene.value \r\n2. Add to your scene any valid Text3D component\r\n3. look the children\r\n4. Also you can try to add properties like name, doesn't work corrently\r\n\r\n**Expected behavior**\r\nOne mesh should be added to the scene\r\n\r\n**System Info**\r\nOutput of `npx envinfo --system --npmPackages '{vite,@tresjs/*, three, vue}' --binaries --browsers` ",[2919],{"name":2920,"color":2921},"bug","d73a4a","Text 3d abstracion","2023-04-19T18:09:26Z","https://github.com/Tresjs/cientos/issues/20",0.6122921,{"description":2927,"labels":2928,"number":2932,"owner":2867,"repository":2903,"state":2912,"title":2933,"updated_at":2934,"url":2935,"score":2936},"https://codesandbox.io/s/n60qg",[2929],{"name":2930,"color":2931},"demo","CAC7AC",30,"Landing Page with Product ","2023-05-31T08:32:51Z","https://github.com/Tresjs/lab/issues/30",0.6459416,{"description":2938,"labels":2939,"number":1660,"owner":2867,"repository":2894,"state":2912,"title":2940,"updated_at":2941,"url":2942,"score":2943},"**Is your feature request related to a problem? Please describe.**\r\nCurrently, there is no straightforward way to tie HTML content to any object of a TresJS scene and have it projected to the object's whereabouts automatically. This feature would be useful for users who want to create rich, interactive 3D scenes with HTML content that moves and scales along with the 3D objects.\r\n\r\n**Describe the solution you'd like**\r\nI would like to have a new HTML component that allows users to tie HTML content to any object in their TresJS scene. The component should support a variety of properties for customization, such as the wrapping element, className, positioning, scaling, occlusion, and more.\r\n\r\n**Suggested solution**\r\nIn the TresJS library, we could provide the following implementation as a Vue component:\r\n\r\n```vue\r\n\u003Ctemplate>\r\n \u003CHtml\r\n :as=\"'div'\"\r\n :wrapperClass=\"wrapperClass\"\r\n :prepend=\"prepend\"\r\n :center=\"center\"\r\n :fullscreen=\"fullscreen\"\r\n :distanceFactor=\"10\"\r\n :zIndexRange=\"[100, 0]\"\r\n :portal=\"domnodeRef\"\r\n :transform=\"transform\"\r\n :sprite=\"sprite\"\r\n :calculatePosition=\"calculatePosition\"\r\n :occlude=\"occlude\"\r\n :onOcclude=\"onOcclude\"\r\n v-bind=\"groupProps\"\r\n v-bind=\"divProps\"\r\n >\r\n \u003Ch1>hello\u003C/h1>\r\n \u003Cp>world\u003C/p>\r\n \u003C/Html>\r\n\u003C/template>\r\n\r\n\u003Cscript>\r\nimport { Html } from 'path/to/html-component';\r\n\r\nexport default {\r\n components: {\r\n Html,\r\n },\r\n // ...\r\n};\r\n\u003C/script>\r\n```\r\nThis implementation should cover the desired features and provide users with the ability to create dynamic 3D scenes with HTML content. \r\nhttps://github.com/pmndrs/drei/blob/master/src/web/Html.tsx\r\n\r\n## Additional context\r\nThis feature is inspired by the React Three Fiber (R3F) library, which provides a similar functionality for React users. Implementing this feature in TresJS would allow Vue developers to achieve the same level of interactivity and customization in their 3D scenes.\r\n\r\n\r\n",[],"HTML component","2023-09-27T06:10:48Z","https://github.com/Tresjs/cientos/issues/23",0.6472694,{"description":2945,"labels":2946,"number":2950,"owner":2867,"repository":2903,"state":2912,"title":2951,"updated_at":2952,"url":2953,"score":2954},"https://github.com/franky-adl/threejs-synthwave-scene",[2947],{"name":2948,"color":2949},"showcase","FBF307",33,"Synthwave demo","2023-12-04T13:54:06Z","https://github.com/Tresjs/lab/issues/33",0.6499772,{"description":2956,"labels":2957,"number":1860,"owner":2867,"repository":2894,"state":2912,"title":2960,"updated_at":2961,"url":2962,"score":2963},"**Is your feature request related to a problem? Please describe.**\r\nCurrently, TresJS does not provide a built-in material that allows geometry to wobble and wave around. This feature would be useful for users who want to create visually appealing and dynamic 3D scenes with unique effects on their geometry.\r\n\r\n**Describe the solution you'd like**\r\nI would like to have a new MeshWobbleMaterial component that allows users to apply a wobble and wave effect on their geometry. The material should be self-contained and adapted from the three.js examples.\r\n\r\nhttps://github.com/pmndrs/drei/blob/master/src/core/MeshWobbleMaterial.tsx\r\n\r\n**Suggested solution**\r\nIn the TresJS library, we could provide the following implementation as a Vue component:\r\n\r\n```ts\r\n \u003CTresMesh>\r\n \u003CTresBoxGeometry :args=\"[1,1,1]\" />\r\n \u003CMeshWobbleMaterial factor=\"1\" speed=\"10\" />\r\n \u003C/TresMesh>\r\n```",[2958,2959],{"name":2892,"color":2893},{"name":2881,"color":2882},"MeshWobbleMaterial component","2023-04-10T10:19:16Z","https://github.com/Tresjs/cientos/issues/24",0.67099524,["Reactive",2965],{},["Set"],["ShallowReactive",2968],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ftrEU5vWQ6Apt3zisUqAiQxICEPX6iMDIJv5vG45GoZw":-1},"/Tresjs/XR/17"]