Skip to content

Commit

Permalink
chore: hidden logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed May 24, 2024
1 parent 26d4422 commit 30b9ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/utils/scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const CaseScene = (options: CaseSceneOptions) => {
...options,
map,
shaderCompilerPath: '/glsl_wgsl_compiler_bg.wasm',
logoVisible: false,
});

return new Promise<Scene>((resolve) => {
Expand Down

0 comments on commit 30b9ec5

Please sign in to comment.