@threepipe/plugin-svg-renderer
Version:
Plugins for SVG Rendering of 3d objects for Threepipe
20 lines (18 loc) • 716 B
text/typescript
/*
* Author: Axel Antoine
* mail: ax.antoine@gmail.com
* website: http://axantoine.com
* Created on Thu Oct 20 2022
*
* Loki, Inria project-team with Université de Lille
* within the Joint Research Unit UMR 9189
* CNRS - Centrale Lille - Université de Lille, CRIStAL
* https://loki.lille.inria.fr
*
* Licence: Licence.md
*/
export { DrawPass } from "./DrawPass";
export { type FillStyle, FillPass, type FillPassOptions } from "./FillPass";
export { SingularityPointPass, type SingularityPointPassOptions } from "./SingularityPointPass";
// export { TexturePass } from "./TexturePass";
export { type StrokeStyle, VisibleChainPass, HiddenChainPass, type ChainPassOptions, ChainPass} from "./ChainPass";