Some commentary

This commit is contained in:
Brad Davis 2015-03-19 09:55:03 -07:00
parent 2552afffe7
commit 72957670ba

View file

@ -145,6 +145,10 @@ void AvatarMixer::broadcastAvatarData() {
AvatarData& avatar = nodeData->getAvatar();
glm::vec3 myPosition = avatar.getPosition();
// TODO use this along with the distance in the calculation of whether to send an update
// about a given otherNode to this node
// FIXME does this mean we should sort the othernodes by distance before iterating
// over them?
float outputBandwidth = node->getBandwidthRecorder().getTotalAverageOutputKilobitsPerSecond();
// this is an AGENT we have received head data from