Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
JennaHuntsman
XDG Integration
Commits
ca5a6bb0
Commit
ca5a6bb0
authored
2 years ago
by
David Parks
Browse files
Options
Downloads
Plain Diff
Merge branch 'DRTVWR-559' of
ssh://bitbucket.org/lindenlab/viewer
into DRTVWR-559
parents
402ab8c8
1ea525a4
No related branches found
No related tags found
2 merge requests
!3
Update to main branch
,
!2
Rebase onto current main branch
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/newview/app_settings/shaders/class1/deferred/pbralphaF.glsl
+1
-1
1 addition, 1 deletion
...wview/app_settings/shaders/class1/deferred/pbralphaF.glsl
indra/newview/app_settings/shaders/class1/deferred/pbralphaV.glsl
+1
-1
1 addition, 1 deletion
...wview/app_settings/shaders/class1/deferred/pbralphaV.glsl
with
2 additions
and
2 deletions
indra/newview/app_settings/shaders/class1/deferred/pbralphaF.glsl
+
1
−
1
View file @
ca5a6bb0
...
@@ -212,7 +212,7 @@ void main()
...
@@ -212,7 +212,7 @@ void main()
tnorm
=
normalize
(
tnorm
.
xyz
);
tnorm
=
normalize
(
tnorm
.
xyz
);
norm
.
xyz
=
tnorm
.
xyz
;
norm
.
xyz
=
tnorm
.
xyz
;
#if HAS_SHADOW
#if
def
HAS_SHADOW
vec2
frag
=
vary_fragcoord
.
xy
/
vary_fragcoord
.
z
*
0
.
5
+
0
.
5
;
vec2
frag
=
vary_fragcoord
.
xy
/
vary_fragcoord
.
z
*
0
.
5
+
0
.
5
;
frag
*=
screen_res
;
frag
*=
screen_res
;
scol
=
sampleDirectionalShadow
(
pos
.
xyz
,
norm
.
xyz
,
frag
);
scol
=
sampleDirectionalShadow
(
pos
.
xyz
,
norm
.
xyz
,
frag
);
...
...
This diff is collapsed.
Click to expand it.
indra/newview/app_settings/shaders/class1/deferred/pbralphaV.glsl
+
1
−
1
View file @
ca5a6bb0
...
@@ -94,7 +94,7 @@ void main()
...
@@ -94,7 +94,7 @@ void main()
#endif
#endif
gl_Position
=
vert
;
gl_Position
=
vert
;
#if HAS_SHADOW
#if
def
HAS_SHADOW
vary_fragcoord
.
xyz
=
vert
.
xyz
+
vec3
(
0
,
0
,
near_clip
);
vary_fragcoord
.
xyz
=
vert
.
xyz
+
vec3
(
0
,
0
,
near_clip
);
#endif
#endif
...
...
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