Skip to content

Commit 9f115eb

Browse files
author
Martin Valigursky
committed
Merge branch 'main' of https://github.com/playcanvas/engine
2 parents d75ea62 + 64cccd9 commit 9f115eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/src/examples/gaussian-splatting/flipbook.example.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// @config DESCRIPTION This example demonstrates gsplat flipbook animation using dynamically loaded splat sequences at different playback speeds.
22
// @config HIDDEN
3+
// @config NO_MINISTATS
34
import { deviceType, rootPath, fileImport } from 'examples/utils';
45
import * as pc from 'playcanvas';
56

examples/src/examples/gaussian-splatting/lod-streaming.example.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @config NO_MINISTATS
12
import { data } from 'examples/observer';
23
import { deviceType, rootPath, fileImport } from 'examples/utils';
34
import * as pc from 'playcanvas';

0 commit comments

Comments
 (0)