NVlabs / nvdiffrast

Nvdiffrast - Modular Primitives for High-Performance Differentiable Rendering
Other
1.29k stars 139 forks source link

Wireframe figures in paper & docs #97

Closed yoterel closed 1 year ago

yoterel commented 1 year ago

Hi, Were the wire-frame (super-imposed) figures in the documentation rendered using nvdiffrast? Is it possible to share the material model used to yield those?

Thanks

s-laine commented 1 year ago

No, those were rendered in a separate visualizer that used OpenGL only. The wireframe was rendered on top of textured mesh using glPolygonMode(GL_FRONT_AND_BACK, GL_LINE) and a small geometry offset towards viewer in z direction.