Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
orgarten opened this issue May 18, 2020 · 0 comments
Open
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@orgarten
Copy link
Collaborator

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.

@orgarten orgarten added bug Something isn't working question Further information is requested labels May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants