lzqsd / OptixRenderer

An optix-based GPU path tracer
MIT License
86 stars 33 forks source link

Wrong: can not handle polygon with more than 3 edges #1

Closed Pabebezz closed 3 years ago

Pabebezz commented 3 years ago

Hi,Thank you for the open source code,This project is excellent. But I ran into a problem, hope you could help me solve it. When I was rendering the .obj file, the error "Wrong: can not handle polygon with more than 3 edges" appeared how to render a face with 4 vertices in the .obj file?