How to render multi objects separatly in one scene?
lu-ming-lei opened this issue · 0 comments
lu-ming-lei commented
image = phong_renderer(meshes_world=model.meshes.clone(), R=R, T=T)
In demo Camera position optimization using differentiable rendering,
if there are multiple objects in a scene, can I render each object independently to get one image, instead of piecing them together and rendering them all at once?