See blazert/embree/scene.h:
- add_spheres, add_planes, add_cylinders only adds the first object currently
- return geomID of this object
- all other objects in vectors will be ignores
This has to change in some way that we can return the geom_id in the same way as in for blazertscene, otherwise this is not really transparent.
See
blazert/embree/scene.h:This has to change in some way that we can return the geom_id in the same way as in for
blazertscene, otherwise this is not really transparent.