cstatz / cstatz/blazert

[BUG] EmbreeScene can only add one primitive of one kind at the moment.

Open
#19 0 comments 0 reactions 2 assignees Claimed by @orgarten View on GitHub
bug question
Dominant language
C++
Stars
12
Forks
3
PR merge metrics
No merged PRs in 30d

Description

See ```blazert/embree/scene.h```:
1. add_spheres, add_planes, add_cylinders only adds the first object currently
2. return geomID of this object
3. 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.