Hi,
I have created simple objects with specific textures; I want to describe my convention of what each texture implies;
So I thought I would draw a plane (billboard) along with the texture look and write text on it using dynamicTexture; I am not sure how I would do that ? -- would I need to create two planes (one for text one for procedural texture with alpha values) -- I am sure I am missing something simple.
I have pasted below my attempt of trying to write text "hello world" on my procedural texture
https://www.babylonjs-playground.com/#24C4KC#29