Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alchemy
Alchemy Next
Commits
a1fb67a6
Commit
a1fb67a6
authored
Sep 08, 2021
by
Rye Mutt
🍞
Browse files
Add new alchemy graphics settings to preset system
parent
d6959f17
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llpresetsmanager.cpp
View file @
a1fb67a6
...
@@ -308,6 +308,8 @@ void LLPresetsManager::getGraphicsControlNames(std::vector<std::string>& names)
...
@@ -308,6 +308,8 @@ void LLPresetsManager::getGraphicsControlNames(std::vector<std::string>& names)
{
{
const
std
::
vector
<
std
::
string
>
camera_controls
=
{
const
std
::
vector
<
std
::
string
>
camera_controls
=
{
// From panel_preferences_graphics.xml
// From panel_preferences_graphics.xml
"AlchemyRenderCAS"
,
"AlchemyRenderCASSharpness"
,
"AlwaysRenderFriends"
,
"AlwaysRenderFriends"
,
"RenderAnisotropic"
,
"RenderAnisotropic"
,
"RenderAvatarCloth"
,
"RenderAvatarCloth"
,
...
@@ -316,6 +318,7 @@ void LLPresetsManager::getGraphicsControlNames(std::vector<std::string>& names)
...
@@ -316,6 +318,7 @@ void LLPresetsManager::getGraphicsControlNames(std::vector<std::string>& names)
"RenderAvatarMaxNonImpostors"
,
"RenderAvatarMaxNonImpostors"
,
"RenderAvatarPhysicsLODFactor"
,
"RenderAvatarPhysicsLODFactor"
,
"RenderAvatarVP"
,
"RenderAvatarVP"
,
"RenderColorGradeLUT"
,
"RenderCompressTextures"
,
"RenderCompressTextures"
,
"RenderDeferred"
,
"RenderDeferred"
,
"RenderDeferredSSAO"
,
"RenderDeferredSSAO"
,
...
@@ -334,6 +337,8 @@ void LLPresetsManager::getGraphicsControlNames(std::vector<std::string>& names)
...
@@ -334,6 +337,8 @@ void LLPresetsManager::getGraphicsControlNames(std::vector<std::string>& names)
"RenderShadowDetail"
,
"RenderShadowDetail"
,
"RenderTerrainDetail"
,
"RenderTerrainDetail"
,
"RenderTerrainLODFactor"
,
"RenderTerrainLODFactor"
,
"RenderToneMapExposure"
,
"RenderToneMapType"
,
"RenderTransparentWater"
,
"RenderTransparentWater"
,
"RenderTreeLODFactor"
,
"RenderTreeLODFactor"
,
"RenderVBOEnable"
,
"RenderVBOEnable"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment