Forum Discussion
Embed WebGL
- 1 year ago
You did it from a server or you package your pbiviz with the unity build?
Yes, I did it. It's possible.
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.
- KqunKqpar1 year agoRegular Visitor
my visual is a unity webgl build. I can run it from a nodejs server with the index.html file generated by unity with the build files. Im not used with powerbi im more a backend dev. Have issues (i think) with my tsconfig and pbiviz json file config. So to be short the client want to see the unity 3d model of the building with the data in the dashboard
- Anonymous1 year agoNot applicable
I don't very understand your approach. I developed and built my custom 3D visual locally based on this tutorial Tutorial in Microsoft Docs. I packaged the visual and then imported it into PowerBi by `Import Visual From File`. Finally, I published the dashboard to the web app.
- TienSinh1 year agoFrequent Visitor
I package my own pbiviz build and build my WebGL visual from scratch instead of using framework like Threejs. More question, which one would you want to show in your visual, and the input of your visual is what. 3D mesh?