The left side of the text is occluded when rotating
by user 103054507105067008
The left side of the text is occluded when rotating
by user 103054507105067008
It’s really hard to understand what’s going on in that video ^^
This might show it better- I have a worldspace canvas as a child of an object being rotated but when I rotate the object, the closest edge of the letters to the start or end of the sentence get cut off - look at the ‘D’ in ‘Dual mode’ here
by user 103054507105067008
It’s almost like text in three-mesh-ui renders in a box and if it moves then the rendering box doesn’t keep up with the speed of the object transform moving, in this case via rotate in Update
by user 103054507105067008
I tried adding a space before the sentence to make it less close to the edge of whatever region the text renders in but that made it worse -_-
by user 103054507105067008
Changed the channel name: Text objects clipping on fast UI movement
Ah, I believe that’s a known issue with text clipping on fast movements. I’ll add it to the internal issue
It’s only during movement, right?
That holo scene looks cool
Only during movement
by user 103054507105067008
Still chasing our web team to get case studies up of my favourite 3 Needle projects I have done so you guys can add them to a showcase
by user 103054507105067008
Any workaround for the clipping issue is appreciated too as this project has a close delivery and these hotspots were a bit last minute where I suddenly noticed this issue when I allowed the object to be rotated
by user 103054507105067008
Hi @ROBYER1 , Im currently searching a way to solve this issue. It requires to updateMatrix beforeRender.
Usually this only happen when using clipping. May I ask if clipping is currently enabled and if you need it? Passing texts properties in overflow will prevent clipping to be enabled.
by user 690088582958153812
I will try that fix and let you know if it works also!
by user 103054507105067008
Thanks for the tip
by user 103054507105067008
Set Horizontal and Vertical Overflow to overflow
Thanks that fixed it
by user 103054507105067008