three-mesh-ui icon indicating copy to clipboard operation
three-mesh-ui copied to clipboard

⏹ Make VR user interfaces for Three.js

Results 69 three-mesh-ui issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/felixmariotto/three-mesh-ui/assets/20395262/d7c1d43a-57a2-492e-aeea-bfd94a9ffa1c) It my Fix ![image](https://github.com/felixmariotto/three-mesh-ui/assets/20395262/adc30c06-4874-41e3-ad2a-57052254ee78) if glyph element don't have d attribute we have error

https://prnt.sc/lyPAPHrgzcZt Between language switches, the buttons remain illuminated.

I have a menu component that mounts and unmounts depending on whether the menu's trigger exists and has been toggled. The first time the menu is created, the text renders...

This pull request is for the following updates to play nicely with newer versions of three.js - Fix fatal error in MSDFText.buildText() by providing default values to translate function call...

Are there plans to provide TypeScript support? I'm not suggesting a rewrite of the lib in TypeScript (although that would be nice from a maintainer's perspective), but adding a type...

feature request

![image](https://github.com/felixmariotto/three-mesh-ui/assets/380281/9aa0f2f0-f7d3-4109-8a7f-7abd4355c484)

Thank you for maintaining awesome library. Since r151 `mergeGeometries` is preferrable. https://github.com/mrdoob/three.js/pull/25652 I checked past PR which addressed similar deprecation warn https://github.com/felixmariotto/three-mesh-ui/pull/230 I believe this library encourages users to update...

Using the keyboard with versions 0.153.x and 0.154.x of three.js fails when call toggleCase in all examples from the onSet event. the error happens due to the function **buildText** in...

I am using react three fiber with Next.js. But when trying to import three-mesh-ui I get the following error. I am not sure what I am doing wrong. Any ideas?...

I think that deepDelete from src/utils/deepDelete.js is not working correctly. I can see that there is different version in examples/utils/deepDelete.js Here is code example: https://codesandbox.io/s/exciting-antonelli-svcfcm?file=/src/index.js `../three-mesh-ui-6.5.4/utils/deepDelete.js` is src/utils/deepDelete.js version `../three-mesh-ui-6.5.4/utils/deepDelete2.js`...