How to make the plane always face the camera in CSS3D

Can I implement a GUI like feature in CSS3D that keeps text oriented towards the camera

my playground:https://playground.babylonjs.com/#VNHD23#1

GUI:https://playground.babylonjs.com/#ZI9AK7#1214

I don’t know if this is what you’re looking for, but you can set the billboard mode on the planes (lines 72/73):

1 Like