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

Specs refactor - Primitives #3019

Merged
merged 4 commits into from
Sep 16, 2015
Merged

Conversation

lilleyse
Copy link
Contributor

For #1259

GroundPrimitiveSpec, PrimitiveSpec, and PrimitiveCollectionSpec

In some cases I followed the example of GroundPrimitiveSpec and left createFrameState in.

scene = createScene();
scene.primitives.destroyPrimitives = false;
context = scene.context;
ellipsoid = Ellipsoid.WGS84;
Copy link
Contributor

Choose a reason for hiding this comment

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

You should be able to remove ellipsoid throughout this file since WGS84 is the default.

@pjcozzi
Copy link
Contributor

pjcozzi commented Sep 12, 2015

This looks great, thanks @lilleyse. Just that one minor comment.

@lilleyse
Copy link
Contributor Author

Done

@pjcozzi
Copy link
Contributor

pjcozzi commented Sep 16, 2015

Looks good.

pjcozzi added a commit that referenced this pull request Sep 16, 2015
@pjcozzi pjcozzi merged commit 7b7ae94 into CesiumGS:master Sep 16, 2015
@pjcozzi pjcozzi deleted the specs-refactor branch September 16, 2015 11:32
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.

2 participants