You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm using the importer to bring in a complex model that's built out of a number of obj files. I believe the objs have nice smoothed normal groups. But when they are baked to the URDF I wind up with a faceted model.
Debug view of interpolated normals in isaac sim, Left side is an regular obj, right side is the same object as part of urdf imported model:
is there any way to not lose this information? I'm trying to make nice renders with the path tracer.
The text was updated successfully, but these errors were encountered:
We are working on updating the mesh importer used by the URDF importer so this and some other issues we identified go away.
one thing you can try is on the imported mesh - go to the Refinement section and change the Subdivision Scheme from Bilinear to "None" or "catmullClark"
Hello, I'm using the importer to bring in a complex model that's built out of a number of obj files. I believe the objs have nice smoothed normal groups. But when they are baked to the URDF I wind up with a faceted model.
Debug view of interpolated normals in isaac sim, Left side is an regular obj, right side is the same object as part of urdf imported model:
is there any way to not lose this information? I'm trying to make nice renders with the path tracer.
The text was updated successfully, but these errors were encountered: