Implementing texture scaling for 2D textures

This commit is contained in:
Abhishek Joshi
2024-07-20 21:44:57 -05:00
parent 34060fcc49
commit 5c79313b21
3 changed files with 18 additions and 11 deletions
+2
View File
@@ -286,6 +286,7 @@ class USDExporter:
usd_geom = object_module.USDTendon(
mesh_config=mesh_config,
stage=self.stage,
model=self.model,
geom=geom,
obj_name=geom_name,
rgba=geom.rgba,
@@ -301,6 +302,7 @@ class USDExporter:
usd_geom = object_module.USDPrimitiveMesh(
mesh_config=mesh_config,
stage=self.stage,
model=self.model,
geom=geom,
obj_name=geom_name,
rgba=geom.rgba,