geodesic 0.1.0

A Rust library for constructing and sampling 3D geometric scenes.
Documentation
{
  "objects": [
    {
      "Plane": [
        [
          0.0,
          0.0,
          0.0
        ],
        [
          0.0,
          0.0,
          1.0
        ]
      ]
    },
    {
      "Sphere": [
        [
          0.0,
          0.0,
          0.0
        ],
        1.0
      ]
    },
    {
      "Instance": [
        "tree",
        null
      ]
    }
  ]
}