Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.2 KB

SphereOverlap

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.

Usage

You can download a release here.
You will need a JAVA 17 VM.

Development

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.
  • 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.

Screenshots

Example 1 Example 1

Example 2 Example 2