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

Cartesian primitive types for issue 1082 #1120

Merged
merged 66 commits into from
Sep 20, 2013
Merged

Cartesian primitive types for issue 1082 #1120

merged 66 commits into from
Sep 20, 2013

Conversation

cmorse
Copy link
Contributor

@cmorse cmorse commented Sep 5, 2013

Cartesian primitive types for issue #1082

…m into issue1082

Conflicts:
	Source/Core/CorridorGeometry.js
(!position.equals(pyramid._visualizerPosition) ||
!orientation.equals(pyramid._visualizerOrientation))) {
(!Cartesian3.equals(position, pyramid._visualizerPosition) ||
!Cartesian3.equals(orientation, pyramid._visualizerOrientation))) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be Quaternion.equals.

@bagnell
Copy link
Contributor

bagnell commented Sep 20, 2013

@cmorse I finished looking at your changes in Source. (I haven't looked at the tests yet.)

@cmorse
Copy link
Contributor Author

cmorse commented Sep 20, 2013

I'm pretty sure I fixed the culling issue that @mramato found. Is this something worth writing a test for?

@cmorse
Copy link
Contributor Author

cmorse commented Sep 20, 2013

I think I got everything. This is ready for another review.


Cartesian3.negate(tile.northeastCornerCartesian, cartesian3Scratch);
Cartesian3.cross(cartesian3Scratch, Cartesian3.UNIT_Z, cartesian3Scratch);
Cartesian3.normalize(cartesian3Scratch, tile.eastNorma);
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo tile.eastNorma.

@bagnell
Copy link
Contributor

bagnell commented Sep 20, 2013

This looks good to me. Tests pass. I tested all of the Sandcastle examples and loaded a bunch of CZML files for testing. Thanks @cmorse. Merging.

bagnell added a commit that referenced this pull request Sep 20, 2013
Cartesian primitive types for issue 1082
@bagnell bagnell merged commit 14f36a4 into CesiumGS:master Sep 20, 2013
@cmorse cmorse deleted the issue1082 branch September 27, 2013 17:12
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.

4 participants