mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
remove horizontal line-break comments
This commit is contained in:
parent
4179e4aa74
commit
874bded236
1 changed files with 0 additions and 8 deletions
|
@ -642,11 +642,7 @@ int AvatarData::parseDataFromBuffer(const QByteArray& buffer) {
|
|||
sourceBuffer += unpackFloatFromByte(sourceBuffer, _headData->_pupilDilation, 1.0f);
|
||||
} // 1 byte
|
||||
|
||||
|
||||
//-----------------------
|
||||
// joint rotations
|
||||
//-----------------------
|
||||
|
||||
int numJoints = *sourceBuffer++;
|
||||
int bytesOfValidity = (int)ceil((float)numJoints / (float)BITS_IN_BYTE);
|
||||
minPossibleSize += bytesOfValidity;
|
||||
|
@ -705,11 +701,7 @@ int AvatarData::parseDataFromBuffer(const QByteArray& buffer) {
|
|||
}
|
||||
} // numJoints * 8 bytes
|
||||
|
||||
|
||||
//-----------------------
|
||||
// joint translations
|
||||
//-----------------------
|
||||
|
||||
// get translation validity bits -- these indicate which translations were packed
|
||||
int numValidJointTranslations = 0;
|
||||
QVector<bool> validTranslations;
|
||||
|
|
Loading…
Reference in a new issue