Forum Discussion
Embed WebGL
I developed a simple 3d canvas using webGL. Is it possible to embed webGL into web-based powerBI visuals? Can anyone give me an example to do this? Thanks.
You did it from a server or you package your pbiviz with the unity build?
13 Replies
- TienSinhFrequent Visitor
Why I comment but nothing show 😕
- KqunKqparRegular Visitor
i see them the ui is just bad ahah
- KqunKqparRegular Visitor
Hey were you able to do it?? Im trying to do the same thing!!
- AnonymousNot applicable
Yes, I did it. It's possible.
- KqunKqparRegular Visitor
You did it from a server or you package your pbiviz with the unity build?
- TienSinhFrequent Visitor
I package my own pbiviz build. I build a WebGL visual from scratch instead of using frameworks e.g. Threejs
- AnonymousNot applicable
I've ran into this issue before. Custom visuals are put into a sandboxed iframe that has WebGL disabled. The only way around this is for the Power BI team to make an exception on their end to allow this visual access to WebGL.