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
b920893f
Commit
b920893f
authored
6 years ago
by
Brad Payne (Vir Linden)
Browse files
Options
Downloads
Patches
Plain Diff
removed unused member variables that make xcode 10 unhappy
parent
3747e3dc
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/llcontrolavatar.cpp
+4
-0
4 additions, 0 deletions
indra/newview/llcontrolavatar.cpp
indra/newview/llmeshrepository.h
+0
-7
0 additions, 7 deletions
indra/newview/llmeshrepository.h
with
4 additions
and
7 deletions
indra/newview/llcontrolavatar.cpp
+
4
−
0
View file @
b920893f
...
...
@@ -124,6 +124,10 @@ void LLControlAvatar::getNewConstraintFixups(LLVector3& new_pos_fixup, F32& new_
{
LL_DEBUGS
(
"ConstraintFix"
)
<<
getFullname
()
<<
" pos fix, offset_dist "
<<
offset_dist
<<
" pos fixup "
<<
new_pos_fixup
<<
" was "
<<
mPositionConstraintFixup
<<
LL_ENDL
;
LL_DEBUGS
(
"ConstraintFix"
)
<<
"vol_pos "
<<
vol_pos
<<
LL_ENDL
;
LL_DEBUGS
(
"ConstraintFix"
)
<<
"extents "
<<
extents
[
0
]
<<
" "
<<
extents
[
1
]
<<
LL_ENDL
;
LL_DEBUGS
(
"ConstraintFix"
)
<<
"unshift_extents "
<<
unshift_extents
[
0
]
<<
" "
<<
unshift_extents
[
1
]
<<
LL_ENDL
;
}
}
if
(
box_size
/
mScaleConstraintFixup
>
max_legal_size
)
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llmeshrepository.h
+
0
−
7
View file @
b920893f
...
...
@@ -535,13 +535,6 @@ class LLMeshCostData
// Estimated triangle counts derived from the LOD sizes. LOD 0=lowest, 3=highest.
std
::
vector
<
F32
>
mEstTrisByLOD
;
// Estimated triangle counts for the largest LOD. Typically this
// is also the "high" LOD, but not necessarily.
F32
mEstTrisMax
;
// Sum of all LOD sizes.
S32
mSizeTotal
;
};
class
LLMeshRepository
...
...
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