Skip to content

Commit

Permalink
Add missing tooltips for 360 VR video configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jun 13, 2021
1 parent fd1e9dc commit 9cf7ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/assets/minema/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ minema.config.shaderpack.tooltip=Automatically switch to this shaderpack when re

# vr video
minema.config.enableVR=Export Panoramic Video
minema.config.enableVR.tooltip=Capture the video as 360 (Equirectangular Panoramic Video) video.

minema.config.injectMetadata=Inject Spherical Metadata
minema.config.objectMetadata.tooltip=Inject spherical metadata to MP4 format panoramic video in order to facilitate the player and video website to identify the video format, turn off this option if the exported panoramic video is always broken.
minema.config.injectMetadata.tooltip=Inject spherical metadata to MP4 format panoramic video in order to facilitate the player and video website to identify the video format, turn off this option if the exported panoramic video is always broken.

minema.config.vrSSRSupport=Screen Space Effects Compatible
minema.config.vrSSRSupport.tooltip=Ensure proper rendering of screen space effects by reserving upper and lower screen space, but it will significantly degrade the image quality.

0 comments on commit 9cf7ee3

Please sign in to comment.