SphereOverlap
is a geometry project, that should compute for a set of spheres the overlaps bvetween each of them.
It computes overlaps for 6 hardcoded sets of spheres and writes the result in a VRML97 file for each set.
You can download a release here.
You will need a JAVA 17 VM.
SphereOverlap
is configured as a Eclipse project.
It depends on following libraries:
These libraries are imported as "project imports" in Eclipse. If you want to develop for your own and
- you use Eclipse as IDE,
- then you should clone the projects above too and add them to the same workspace as the
SphereOverlap
project.
- then you should clone the projects above too and add them to the same workspace as the
- you use another IDE (e.q. VS Code)
- then you should clone the said projects, build JAR files of them and add the JAR files as libraries.