threepipe
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.ts 200B

12345
  1. import {ThreeGaussianSplatPlugin} from './three-gaussian-splat'
  2. export class GaussianSplattingPlugin extends ThreeGaussianSplatPlugin {}
  3. export * as threeGaussianSplat from './three-gaussian-splat'