Skip to content

Commit

Permalink
disables water by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTherapy committed Oct 21, 2024
1 parent 992e9e2 commit d28c668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/multi-user-3d-web-experience/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const app = new Networked3dWebExperienceClient(holder, {
},
groundPlane: true,
groundPlaneType: "grass",
groundPlaneOnWater: true,
groundPlaneOnWater: false,
},
avatarConfiguration: {
availableAvatars: [
Expand Down

0 comments on commit d28c668

Please sign in to comment.