python-embree icon indicating copy to clipboard operation
python-embree copied to clipboard

Results 6 python-embree issues
Sort by recently updated
recently updated
newest added

Currently building using embree 4. I applied the changes from [embree3 to embree4](https://github.com/embree/embree/blob/master/doc/src/api.md#upgrading-from-embree-3-to-embree-4) guide implemented. They removed the `Np` (n-ray-query) and `1M` functions, and so the test would need to...

Hi, I have tried to use your library, it's exactly what I have been looking for for a long time, unfortunately, I am not skilled in python bindings generation and...

A common use case for this library is determining pairwise visibility between mesh elements, such as triangles. Embree's `intersect1M` or similar records the first intersection for each ray. This makes...

enhancement

Hey, do you mind if I create a conda package on conda-forge for this python package? There is some interest in at least trimesh to use this package as an...

@sampotter I would like to use the embree lib for raycasting since it provides a nice accelerated solution. However, I am not quite sure how to use your wrapper. Would...

Python-embree cannot be installed from pypi for python 3.12. I made some modification to `setup.py` and file layout so that `pip install .` works for `python-embree`, as in `https://github.com/natsuwater/python-embree/tree/develop`, You...