NASAWorldWind / WorldWindJava

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path intersect is still TODO

pickledolives opened this issue · comments

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

public List<Intersection> intersect(Line line, Terrain terrain) throws InterruptedException // TODO

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.