GaussianSplatterWidget constructor
const
GaussianSplatterWidget({})
Creates a Gaussian splatter widget.
The assetPath
must point to a valid .ply file or processed splat data.
Set showStats
to true to display rendering statistics overlay.
Set enableProfiling
to true to enable detailed performance profiling
Implementation
const GaussianSplatterWidget({
required this.assetPath,
this.backgroundAssetPath,
super.key,
this.showStats = false,
this.enableProfiling = false,
});