Senya Pugach
Senya Pugach
@sylwesterdigital seems like this issue is fixed in 0.12.0. Can't reproduce it now.
@GerkinDev thank you, necessary pull!
Seems fixed to me, I didn't have this for couple months. Macbook Pro 13-inch, M1, 2020, macOS 13.0.1 Telegram 9.3.1.241825 Stable
Very good job!
For anyone needed this, I wrote typescript version of this shader: ```typescript import { Camera, Vector3 } from 'three' import { BatchedText } from 'troika-three-text' const _position = new Vector3()...
@crystalfp > the `const parent = text.parent` is always null so nothing happens. I assumed that it would take one instance of `BillboardBatchedText` and one instance of three.js' `Object3D` to...
The reason I did put `Text` into other group is because I needed `BatchedText` AND use a different coordinate system (Z+ or something like that). I didn‘t want to calculate...
@LeXXik right, but I need to change it in realtime, not only when I am creating the body.