WebGL control

0
0

Is it possible there is a WebGL wrapper control?

If there is not is there an example on how a control can be wrapped (similar to the Google Maps) that I could use to try and build one?

Thank you

  • You must to post comments
0
0

Something similar to this?

https://docs.wisej.com/api/wisej.web/content/canvas

If you’d like to use Wisej.Web.Canvas as a base to build something similar using canvas.getContext(“webgl”) instead of “2d” we can prepare a public extension on github with the Canvas code as a base/placeholder then you can fork it and complete the extension.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.