Noah-Schoonover / cse326-final-project-treemoval

A forest analyzer for removing unsafe trees with graphical representation.
0 stars 1 forks source link

Topography #5

Open Josiah-Cury opened 3 years ago

Josiah-Cury commented 3 years ago

The system needs to generate a topology based on xyz coordinates as well as generate a random topology.

Josiah-Cury commented 3 years ago

https://github.com/FXyz/FXyz/blob/master/FXyz-Core/src/main/java/org/fxyz3d/shapes/primitives/SurfacePlotMesh.java

Noah-Schoonover commented 3 years ago

Here's the GitHub link to the sample FXyz project:

https://github.com/Noah-Schoonover/sampleFXYZ

Josiah-Cury commented 3 years ago

Triangulate Mesh: https://github.com/FXyz/FXyz/blob/master/FXyz-Core/src/main/java/org/fxyz3d/shapes/primitives/TriangulatedMesh.java

Surface Mesh: https://github.com/FXyz/FXyz/blob/master/FXyz-Core/src/main/java/org/fxyz3d/shapes/primitives/Surface3DMesh.java