How would I make a plane with transparenct background and text (dynamictexture on it)?

When I put alpha = 0 on the material, the whole thing just disappears

Another thing, how can I simply rotate/flip horizontally a plane relative to its current direction?

thank you u wu

You could tell the material that your diffuse channel has alpha or use an opacity texture that is the same as your text texture.

Not sure about your second part of the question, possibly just billboard mode?

Would you have an example of this approach? I am in the learning process of the babylonjs

Could you provide a PG that reproduces this? It will be easier to start with an example and make it work.

Else, you could also search the forum, I think there are a number of posts regarding dynamic textures with text. For eg:

1 Like