mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
en: fixed typos
This commit is contained in:
parent
d809e58d01
commit
a721f21721
1 changed files with 2 additions and 2 deletions
4
en.json
4
en.json
|
|
@ -1984,7 +1984,7 @@
|
|||
"Settings.GaussianSplatQualitySettings.SortMegaOperationsPerCamera" : "Sorting Mega-operations per camera",
|
||||
"Settings.GaussianSplatQualitySettings.SortMegaOperationsPerCamera.Description" : "When rendering Gaussian Splats, the splats must be sorted for each camera. Currently, this operation can be quite heavy, so it is spread over time to improve overall framerate.<br><br><color=hero.yellow>Increase</color> the value for sorting to happen faster. This will reduce artifacts when changing the view angle around Gaussian Splats rapidly.<br><br><color=hero.yellow>Decrease</color> the value to reduce the GPU usage if your GPU has trouble handling it. However this will increase artifacts when you rapidly change view angle.",
|
||||
"Settings.GaussianSplatQualitySettings.QualityPreset" : "Quality Preset",
|
||||
"Settings.GaussianSplatQualitySettings.QualityPreset.Description" : "This controls the quality of rendered gaussian splats and their VRAM usage. Higher quality will use more VRAM.<br><br><color=hero.yellow>Very Low:</color> ~18.62x smaller<br><color=hero.yellow>Low:</color> ~14x smaller<br><color=hero.yellow>Meidum:</color> ~5.14x smaller<br><color=hero.yellow>High:</color> ~2.94x smaller<br><color=hero.yellow>Very High:</color> Uncompressed (original)",
|
||||
"Settings.GaussianSplatQualitySettings.QualityPreset.Description" : "This controls the quality of rendered gaussian splats and their VRAM usage. Higher quality will use more VRAM.<br><br><color=hero.yellow>Very Low:</color> ~18.62x smaller<br><color=hero.yellow>Low:</color> ~14x smaller<br><color=hero.yellow>Medium:</color> ~5.14x smaller<br><color=hero.yellow>High:</color> ~2.94x smaller<br><color=hero.yellow>Very High:</color> Uncompressed (original)",
|
||||
"Settings.GaussianSplatQualitySettings.MinLocalQuality" : "Minimum locally compressed quality",
|
||||
"Settings.GaussianSplatQualitySettings.MinLocalQuality.Description" : "For locally imported gaussian splats, the quality will never be lower than this value.<br><br>We do not recommend setting this below Medium, as lower quality levels are significantly more intense and time consuming to compress and should be left to compress on the cloud.<br><br>Setting this to Very High will make gaussian splats load much faster after import due to not having to be compressed at cost of high VRAM usage.",
|
||||
|
||||
|
|
@ -2297,7 +2297,7 @@
|
|||
"Inspector.GaussianSplat.SplatInfo" : "Splat Count: {count}, VRAM usage: {vram}",
|
||||
"Inspector.GaussianSplat.Variant" : "Loaded variant: {variant}",
|
||||
"Inspector.GaussianSplat.ColorByIndex" : "Color splats by index",
|
||||
"Inspector.GaussianSplat.ReorderMorton" : "Reoder splats with Morton ordering",
|
||||
"Inspector.GaussianSplat.ReorderMorton" : "Reorder splats with Morton ordering",
|
||||
|
||||
"Inspector.DynamicBoneChain.SetupFromChildren": "Setup From Children",
|
||||
"Inspector.DynamicBoneChain.SetupFromChildrenAll": "Setup From Children (force all)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue