Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Matrix4.fromCamera #3946

Merged
merged 4 commits into from
May 24, 2016
Merged

Conversation

JoshuaStorm
Copy link

Fixes #3927
Fixed issue where Matrix4.fromCamera was taking eye/target instead of position/direction.

@@ -21,6 +21,7 @@ Change Log
* Added `terrainProviderChanged` event to `Scene` and `Globe`
* Added `CullingVolume.fromBoundingSphere`.
* Added `debugShowShadowVolume` to `GroundPrimitive`.
* Fixed issue where Matrix4.fromCamera was taking eye/target instead of position/direction. [3927](https://github.com/AnalyticalGraphicsInc/cesium/issues/3927)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small issue I just noticed, Matrix4.fromCamera should be surrounded by `` like the other items for markdown styling purposes.

@lilleyse
Copy link
Contributor

Looks good! Congrats on your first Cesium pull request.

@lilleyse lilleyse merged commit acc45da into CesiumGS:master May 24, 2016
@lilleyse lilleyse deleted the fromCameraFix branch May 24, 2016 14:49
@pjcozzi
Copy link
Contributor

pjcozzi commented May 24, 2016

Thanks @JoshuaStorm! Congrats on your first PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants