3D Graphics Canvas Support

0
Hi, I would like integrate 3D Graphics area as part of my page. I would probably draw a simple object like cube (using WebGL ) to start with on the graphics area. But eventually this canvas will be used for CAD object display. Is it possible to integrate a WebGL canvas? If yes do you have an example or app? Thanks Nilanjan
asked
2 answers
0

I don't think there is any widget for that purpose now. You have to create a new widget.

answered
0

Try babylonjs, works in widgets, used it for this starfield thing rendered from db https://youtu.be/sCTvCGuDtcM

answered