-
Notifications
You must be signed in to change notification settings - Fork 124
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
Ellipse / SurfaceEllipse #18
Comments
- Only implemented as a surface shape - See #18
* Add initial ellipse shape - Only implemented as a surface shape - See #18 * Add documentation and clean up properties * Fix getter code format * Add temporary fix for interval determination * Add handling of major and minor axis inversion * Add dynamic interval determination based on ellipse size
We've established an initial ellipse shape and corresponding tutorial within the WorldWindAndroid source code. We'll create an easier to use tutorial on worldwind.arc.nasa.gov soon. In the meantime, the in-code tutorial can be found in on GitHub: @JACochran the initial Ellipse is ready for integration into the EMP repository. We're working on adjustments that increase the ellipse's level of detail, which will be available prior to your next release. |
- Refactor out interval calculation method - Reduce interval factor to generate more intervals per shape - See #18
- Refactor out interval calculation method - Reduce interval factor to generate more intervals per shape - See #18
@JACochran, we've updated the Ellipse implementation in pr #201. If possible, we suggest it be integrated into the EMP release. |
@rsupnekar @JACochran @jrummel, we've implemented enhancements to WorldWindAndroid's Ellipse shape: Please try these in EMP and let us know how it works there. We're working on a final enhancement: reducing the memory used by WorldWindAndroid's Ellipse #207. We'll let you know when that's ready to try in EMP. |
# Conflicts: # worldwind/src/main/java/gov/nasa/worldwind/shape/Ellipse.java
All COE requirements are satisfied with the exception of integrated label; however, WWA provides labels as a separate capability. |
* Add initial ellipse shape - Only implemented as a surface shape - See #18 * Add documentation and clean up properties * Fix getter code format * Add temporary fix for interval determination * Add handling of major and minor axis inversion * Add dynamic interval determination based on ellipse size
- Refactor out interval calculation method - Reduce interval factor to generate more intervals per shape - See #18
Display of an ellipse in 3D and an ellipse draped on the terrain surface. From the COE requirements document:
Circle
Ellipse
The text was updated successfully, but these errors were encountered: