diff --git a/packages/i18n/src/locales/en/settings.yaml b/packages/i18n/src/locales/en/settings.yaml index e533dff7b..004040738 100644 --- a/packages/i18n/src/locales/en/settings.yaml +++ b/packages/i18n/src/locales/en/settings.yaml @@ -595,3 +595,6 @@ vrm: theme-color-from-model: button-extract: title: Extract + skybox: + skybox-intensity: SkyBox Intensity + skybox-specular-mix: Specular Mix diff --git a/packages/i18n/src/locales/zh-Hans/settings.yaml b/packages/i18n/src/locales/zh-Hans/settings.yaml index f203fbfee..bf1f8b9d9 100644 --- a/packages/i18n/src/locales/zh-Hans/settings.yaml +++ b/packages/i18n/src/locales/zh-Hans/settings.yaml @@ -562,3 +562,6 @@ vrm: theme-color-from-model: button-extract: title: 提取 + skybox: + skybox-intensity: 天空盒光照强度 + skybox-specular-mix: 漫反射/镜面反射混合系数 diff --git a/packages/stage-ui/src/components/Scenarios/Settings/ModelSettings/VRM.vue b/packages/stage-ui/src/components/Scenarios/Settings/ModelSettings/VRM.vue index e1eb258bc..9570042ff 100644 --- a/packages/stage-ui/src/components/Scenarios/Settings/ModelSettings/VRM.vue +++ b/packages/stage-ui/src/components/Scenarios/Settings/ModelSettings/VRM.vue @@ -37,12 +37,13 @@ const { ambientLightIntensity, ambientLightColor, - hemisphereLightPosition, hemisphereLightIntensity, hemisphereSkyColor, hemisphereGroundColor, envSelect, + skyBoxIntensity, + specularMix, } = storeToRefs(vrm) const trackingOptions = computed(() => [ { value: 'camera', label: t('settings.vrm.scale-and-position.eye-tracking-mode.options.option.camera'), class: 'col-start-3' }, @@ -181,15 +182,6 @@ const tabList = [