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
b269b531
Commit
b269b531
authored
6 years ago
by
Brad Payne (Vir Linden)
Browse files
Options
Downloads
Patches
Plain Diff
SL-915 - alignment/optimization changes
parent
3fcf7a32
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/llmath/llrigginginfo.h
+4
-1
4 additions, 1 deletion
indra/llmath/llrigginginfo.h
with
4 additions
and
1 deletion
indra/llmath/llrigginginfo.h
+
4
−
1
View file @
b269b531
...
@@ -30,8 +30,11 @@
...
@@ -30,8 +30,11 @@
#ifndef LL_LLRIGGINGINFO_H
#ifndef LL_LLRIGGINGINFO_H
#define LL_LLRIGGINGINFO_H
#define LL_LLRIGGINGINFO_H
#include
"llvector4a.h"
// Extents are in joint space
// Extents are in joint space
// isRiggedTo is based on the state of all currently associated rigged meshes
// isRiggedTo is based on the state of all currently associated rigged meshes
LL_ALIGN_PREFIX
(
16
)
class
LLJointRiggingInfo
class
LLJointRiggingInfo
{
{
public:
public:
...
@@ -44,7 +47,7 @@ class LLJointRiggingInfo
...
@@ -44,7 +47,7 @@ class LLJointRiggingInfo
private:
private:
LL_ALIGN_16
(
LLVector4a
mRiggedExtents
[
2
]);
LL_ALIGN_16
(
LLVector4a
mRiggedExtents
[
2
]);
bool
mIsRiggedTo
;
bool
mIsRiggedTo
;
};
}
LL_ALIGN_POSTFIX
(
16
)
;
// For storing all the rigging info associated with a given avatar or
// For storing all the rigging info associated with a given avatar or
// object, keyed by joint_num.
// object, keyed by joint_num.
...
...
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