- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I want to ask: which vertex order in triangle embree uses for normal computation?
As far as i can see embree uses clock-wise order. So triangle with vertices ((0, 0, 0), (1, 0, 0), (0, 1, 0)) has (0, 0, -1) normal. Also it matches with https://software.intel.com/en-us/forums/embree-photo-realistic-ray-tracing-kernels/topic/541981#comment-1814636. But i cannot find any information about it inside documentation, so i want to justify my thoughts.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Embree 2 uses clock-wise order, but in Embree 3 we changed this to counter clockwise as this is more widely used. See the figure for the description of RTC_GEOMETRY_TYPE_TRIANGLE.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Embree 2 uses clock-wise order, but in Embree 3 we changed this to counter clockwise as this is more widely used. See the figure for the description of RTC_GEOMETRY_TYPE_TRIANGLE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page