-
Notifications
You must be signed in to change notification settings - Fork 168
Loading and Importing Scenes
SuperSplat supports loading gaussian splat scenes in .ply
, .compressed.ply
and .splat
format.
Note that only .ply
files containing 3D Gaussian Splat data can be loaded. If you attempt to load any other type of data from a .ply
file, it will fail.
There are four ways that you can load a gaussian splat file:
-
Drag and drop one or more
.ply
files from your file system into SuperSplat's client area. -
Select the
Scene
>Open
menu item and select one or more .ply files from your file system. -
If you have installed SuperSplat as a PWA, you can simply double-click a
.ply
file in File Explorer (Windows) or Finder (macOS). -
Use the
load
query parameter. This is in the form:https://playcanvas.com/supersplat/editor?load=<PLY_URL>
. An example would be:This is a useful mechanism for sharing splats with other people (say on social platforms like X and LinkedIn).