bill 11 ay önce
ebeveyn
işleme
8f30c9f959
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/sdk/association/setting.ts

+ 1 - 0
src/sdk/association/setting.ts

@@ -7,6 +7,7 @@ export const associationSetting = (sdk: SDK, mountEl: HTMLDivElement) => {
   watchEffect(() => {
     setting.value?.fov && sdk.setCameraFov(setting.value.fov);
   });
+  sdk.hideGrid()
 
   const stopWatchPose = watchEffect(() => {
     if (!setting.value?.pose) return;