HTML label in 3D scene

Is it possible to use html and css to create a label that is inside the 3d world? I want the label move and rotate in 3d. I’m able to create a html element in Playcanvas but it’s flat displayed in 2d.

Afraid not. You will have to use PlayCanvas’ UI System or be fine with the HTML labels being above the 3D objects like this project: https://playcanvas.com/project/324696/overview/introducing-iphone-6

1 Like

Ok, thanks for the quick reply. I’ll check :+1: