threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.ts 436B

12345
  1. export {BasicSVGRendererPlugin} from './BasicSVGRendererPlugin'
  2. export {ThreeSVGRendererPlugin} from './ThreeSVGRendererPlugin'
  3. export * from './basic/BasicSVGRenderer'
  4. export {FillPass, SVGMesh, SVGRenderer, DrawPass, SVGRenderInfo, SVGDrawInfo, ViewmapBuildInfo, Viewmap, SVGDrawHandler} from './three-svg-renderer'
  5. export type {SVGMeshOptions, SVGDrawOptions, ViewmapOptions, FillPassOptions, SVGTexture} from './three-svg-renderer'