Members
(static) Default
Default 3D rendering, normally WebGL, if not supported - SVG
(static) None
Disable renderer, used for three.js model creation, only for internal use recommended
(static) SVG
Use SVG rendering, slow, imprecise and not interactive, not recommended
(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