Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
70bdf554
Commit
70bdf554
authored
2 years ago
by
David Parks
Browse files
Options
Downloads
Patches
Plain Diff
SL-19517 Followup -- fix broken fallback probe. Adjust water brightness.
parent
e8114dbe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/newview/app_settings/shaders/class3/deferred/reflectionProbeF.glsl
+1
-1
1 addition, 1 deletion
...pp_settings/shaders/class3/deferred/reflectionProbeF.glsl
indra/newview/llreflectionmapmanager.cpp
+2
-0
2 additions, 0 deletions
indra/newview/llreflectionmapmanager.cpp
with
3 additions
and
1 deletion
indra/newview/app_settings/shaders/class3/deferred/reflectionProbeF.glsl
+
1
−
1
View file @
70bdf554
...
@@ -676,7 +676,7 @@ void sampleReflectionProbesWater(inout vec3 ambenv, inout vec3 glossenv,
...
@@ -676,7 +676,7 @@ void sampleReflectionProbesWater(inout vec3 ambenv, inout vec3 glossenv,
sampleReflectionProbes
(
ambenv
,
glossenv
,
tc
,
pos
,
norm
,
glossiness
);
sampleReflectionProbes
(
ambenv
,
glossenv
,
tc
,
pos
,
norm
,
glossiness
);
// fudge factor to get PBR water at a similar luminance ot legacy water
// fudge factor to get PBR water at a similar luminance ot legacy water
glossenv
*=
0
.
2
5
;
glossenv
*=
0
.
5
;
}
}
void
debugTapRefMap
(
vec3
pos
,
vec3
dir
,
float
depth
,
int
i
,
inout
vec4
col
)
void
debugTapRefMap
(
vec3
pos
,
vec3
dir
,
float
depth
,
int
i
,
inout
vec4
col
)
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llreflectionmapmanager.cpp
+
2
−
0
View file @
70bdf554
...
@@ -1043,6 +1043,8 @@ void LLReflectionMapManager::initReflectionMaps()
...
@@ -1043,6 +1043,8 @@ void LLReflectionMapManager::initReflectionMaps()
{
{
is_free
=
true
;
is_free
=
true
;
}
}
mCubeFree
[
0
]
=
false
;
}
}
if
(
mVertexBuffer
.
isNull
())
if
(
mVertexBuffer
.
isNull
())
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment