Forum Discussion
Embed WebGL
- 1 year ago
You did it from a server or you package your pbiviz with the unity build?
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.
You test it directly on the desktop app. I test it on the web app with the dev visual. Can do all that is the tuto and more but where have found a tuto for unity 3d model? I saw something for revit with vue.js framework. Have to work with the different CORS of powerBI for now by it s gonna be done soon!! 😄
- TienSinh1 year agoFrequent Visitor
No, I tested on the web app with developer visual as well. However, I use input data from CSV loaded from local or Bigquery rather than fetching from a server. You know, PowerBi restricts us from fetching outside (CORS policy), so you need to cooperate with PowerBI if you want to fetch data from your backend. My current implementation is that I use data from local CSVs for Bigquery data. I build 3D models based on those data using WebGL from scratch rather than using Unity, Threejs or other frameworks. So I think I can't help you with this.