threepipe
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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'