Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #312 from bilgili/master
Browse files Browse the repository at this point in the history
Bounding box is sent to Config
  • Loading branch information
tribal-tec authored Jul 4, 2016
2 parents 11c1379 + 252bff8 commit fdc787c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion livre/eq/Channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ struct Channel::Impl
return Frustum( modelView, projection );
}

eq::Matrix4f computeModelView() const
Matrix4f computeModelView() const
{
const CameraSettings& cameraSettings =
getFrameData()->getCameraSettings();
Expand Down
1 change: 1 addition & 0 deletions livre/eq/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ struct Node::Impl
const livre::VolumeInformation& info =
_dataSource->getVolumeInfo();

_config->sendEvent( VOLUME_BOUNDING_BOX ) << info.boundingBox;
_config->sendEvent( VOLUME_FRAME_RANGE ) << info.frameRange;
}

Expand Down

0 comments on commit fdc787c

Please sign in to comment.