three-spritetext icon indicating copy to clipboard operation
three-spritetext copied to clipboard

A sprite based text component for ThreeJS

Results 17 three-spritetext issues
Sort by recently updated
recently updated
newest added

The text is always in the center of the node. How can I put it a little lower? Thanks

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I have a use case where I don't want the sprite to change its size when rotating the camera around the scene. There is the [sizeAttenuation](https://threejs.org/docs/#api/en/materials/SpriteMaterial.sizeAttenuation) property on the SpriteMaterial...

This library works very well with Occulus Quest 2. Thanks a lot for the great work. Question: Is there a way to left-align the multi-line text? When the text is...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I would like to know if this would work in react native too. Currently i am using this in react-three-fiber and it works but would this work also in react...

add LinearGradient backgroundColor Fun use textSprite.backgroundColor = [{"index":0,"color":"#58DA94"}, {"index":1,"color":"#4CC6D6"}]

Hi, your libraries give my project great optimization achievement. Thanks a lot! I leave a message to you to ask about the way to set max-width on sprite text. I'm...

I'm seeing a black border and I'm not sure what's causing it and can't get rid of it. Seeing it on all browsers I try. Here's my usage: ``` const...

theirs a strange glitch in VR where the text is hidden in when looking down, why would this happen?