ihmcrobotics / simulation-construction-set-2

Graphical user interface for visualizing control variables from either a server, a log file, or a simulation.
Apache License 2.0
13 stars 0 forks source link

Move mesh factories to definition source set #68

Closed calvertdw closed 2 years ago

calvertdw commented 3 years ago

Since the mesh factory classes are nicely engine agnostic it would help to consume them in a source set that doesn't depend on JavaFX.

TriangleMesh3DFactories SegmentedLine3DTriangleMeshFactory

SylvainBertrand commented 2 years ago

That actually just got moved in the 0.7.0 release.