Rendering HTML in a Babylon scene?

I am new to babylon.js. and as per my project requirement I want to integrate html content in babylon.js scene. Below is my html that I need to integrate in babylon.js scene to render this as 3D.

Name:
Company:
Role:

So how I can achieve this. Waiting for your reply/suggestion.Thanks in advance.

hi
this link for old forum


https://www.babylonjs-playground.com/#WADD47

2 Likes

Unfortunately browsers don’t currently support turning existing html content into webGL textures for numerous reasons including security worries, there are some proposals to solve this in the future but at present, the app needs to do the rendering itself.

I’d recommend using

4 Likes

Here is an example of threejs doing something similar…is it not possible with just babylonjs?

1 Like

Anyone know if this is now possible?

Exactly like in Three js, you can fake it HTML in 3D Space Part 2 - BJS Way to Matrix Transform - #3 by tinman thanks to @ozRocker

1 Like