Intel® Embree Ray Tracing Kernels
Discussion forum on the open source ray tracing kernels for fast photo-realistic rendering on Intel® CPU(s)

Wiremesh

Al_N_
Beginner
340 Views
What's the best way to show the wiremesh with embree? Thank you, -Al
0 Kudos
1 Reply
BenthinC_Intel
Employee
340 Views

You mean the wireframe of a polygonal model? There's no direct support for that but you could probably "emulate" this by using a transparency shader which also gives triangle edges a thickness (testing whether u,v are in a certain range). Just google for "ray tracing wireframe" to get more details on such an approach.

0 Kudos
Reply