Intel® Embree Ray Tracing Kernels
Discussion forum on the open source ray tracing kernels for fast photo-realistic rendering on Intel® CPU(s)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Wiremesh

Al_N_
Beginner
627 Views
What's the best way to show the wiremesh with embree? Thank you, -Al
0 Kudos
1 Reply
BenthinC_Intel
Employee
627 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