HTML Elements
Sometimes, you might want to enhance your scene with HTML elements to describe objects, show images next to them, or to connect them better to your UI. Therefore, we implemented as specific data format that let’s you put HTML element data into the scene.
Additional CodeSandBoxes
Custom HTMLElement
Using a custom data item to put anything in the scene that you want.HTMLElements visibility
Depending on the scene structure, HTMLElements can be hidden and shown easily.HTMLElements automatic visibility
Per default, HTMLElements are hidden behind objects in the scene.