Skip to content

Commit e70811c

Browse files
committed
Clarify description for stereo and vr options
1 parent 41d05ea commit e70811c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/ko_kr/rendering/stereo-and-vr.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ OpenVR 플러그인을 설치한 후, OpenVR 플러그인을 `plugins.yaml` 에
3636
자르는 방식을 사용하려면 `pipeline.yaml` 파일에서 `screen_cropping` 값을 `true` 로 설정한다.
3737

3838
### 요약
39-
- `plugins.yaml`: 플러그인 활성화 (예, `openvr`)
40-
- 창크기 변경 `Config.prc` 수정
41-
- `win-size``width x height` 적용
42-
- 창크기 고정: `pipeline.yaml` 수정
43-
- `stereo_mode`: true
44-
- `resolution_scale`: 0.0
45-
- `resolution_width``resolution_height``width x height` 적용
46-
- 창크기에 맞게 자르기(cropping): `screen_cropping` 값을 `true` 로 변경
39+
1. `plugins.yaml`: 플러그인 활성화 (예, `openvr`)
40+
2. 스테레오 모드 활성화(`pipeline.yaml`)
41+
- `stereo_mode`: true
42+
3. 렌더링 크기 조절
43+
- 창크기 변경(`Config.prc`)
44+
- `win-size` 에서 `width x height` 에 HMD 해상도 적용
45+
- 또는 창크기 고정(`pipeline.yaml`)
46+
- `resolution_scale`: 0.0
47+
- `resolution_width``resolution_height` 에서 `width x height` 에 HMD 해상도 적용
48+
- 창크기에 맞게 자르기(cropping): `screen_cropping` 값을 `true` 로 변경

0 commit comments

Comments
 (0)