I’m trying to use the package Raycore, but as I try to follow the basic example on the README:
using Raycore, GeometryBasics, LinearAlgebra
# Create geometry
mesh = normal_mesh(Sphere(Point3f(0, 0, 2), 1.0f0))
# Build TLAS acceleration structure
tlas = TLAS([mesh], (mi, ti) -> UInt32(mi))
I quickly run into the error Binding TLAS does not exist. Was there some major API change in the latest version or something?