NVlabs / nvdiffmodeling

Differentiable rasterization applied to 3D model simplification tasks
Other
455 stars 30 forks source link

Wrong rasterization on some faces #31

Closed dragonwarrior closed 1 year ago

dragonwarrior commented 1 year ago

when i rasterized a model into image and visualize the visible faces, i found that some front face missed which should be rasterized into pixels. I tried dr.RasterizeGLContext and dr.RasterizeCudaContext, but no difference.