Members
(static) Default
Default 3D rendering, normally WebGL, if not supported - SVG
(static) SVG
Use SVG rendering, slow, inprecise and not interactive, nor recommendet
(static) WebGL
Use normal WebGL rendering and place as interactive Canvas element on HTML page
(static) WebGLImage
Use WebGL rendering, but convert into svg image, not interactive