Forum Discussion
TienSinh
3 years agoFrequent Visitor
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.
- 1 year ago
You did it from a server or you package your pbiviz with the unity build?
KqunKqpar
1 year agoRegular Visitor
Hey were you able to do it?? Im trying to do the same thing!!
- Anonymous1 year agoNot applicable
Yes, I did it. It's possible.
- KqunKqpar1 year agoRegular Visitor
You did it from a server or you package your pbiviz with the unity build?
- TienSinh1 year agoFrequent Visitor
I package my own pbiviz. I used WebGL to build a visual to visualize 3d objects from scratch instead of using framework e.g. Threejs. To be more specific, what's the purpose of your 3D visual?
I mean, you what to show what? what is your input? 3D mesh of objects or so.