NASAWorldWind / WorldWindJava

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
714 stars 324 forks source link

Path intersect is still TODO #228

Open pickledolives opened 3 years ago

pickledolives commented 3 years ago

Is this scheduled for implementation anytime soon? Need any help with it and what'd be the best way to go about it?

https://github.com/NASAWorldWind/WorldWindJava/blob/7ff9783dca5f8fd3ef5239aa43b67b5a758b85ee/src/gov/nasa/worldwind/render/Path.java#L2509

pickledolives commented 3 years ago

UPDATE: I discovered I actually needed to do something else, using the ShapeCombiner for surface objects. Therefore I personally don't need this specific function anymore.