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.
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.