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

Fix EllipseOutlineGeometry and CircleOutlineGeometry packing #2526

Merged
merged 1 commit into from
Mar 1, 2015

Conversation

mramato
Copy link
Contributor

@mramato mramato commented Mar 1, 2015

extrudedHeight was getting defaulted to 0 during the pack/unpack process, which caused asynchronous geometry to be extruded when it should have just been at height.

Fixes #2499

This is for 1.7

`extrudedHeight` was getting defaulted to `0` during the pack/unpack
process, which caused asynchronous geometry to be extruded when it should
have just been at height.

Fixes #2499
@pjcozzi
Copy link
Contributor

pjcozzi commented Mar 1, 2015

Looks good, thanks.

pjcozzi added a commit that referenced this pull request Mar 1, 2015
…ometry

Fix EllipseOutlineGeometry and CircleOutlineGeometry packing
@pjcozzi pjcozzi merged commit 8677e31 into master Mar 1, 2015
@pjcozzi pjcozzi deleted the circle-outline-geometry branch March 1, 2015 22:52
mramato added a commit that referenced this pull request Mar 1, 2015
While working on #2526, I found the same problem with RectangleOutline.

I checked Polygon and Corridor, and they both work as expected, so I
think this is the last of this particular type of issue.
@gberaudo
Copy link
Contributor

gberaudo commented Mar 2, 2015

Thank you @mramato.

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.

CircleOutlineGeometry appears as cylinder
3 participants