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
+1 -1
View File
@@ -282,7 +282,7 @@ def mesh_config_generator(
def mesh_factory(
mesh_config: Dict[str, Any],
resolution: int = 20,
resolution: int = 100,
):
"""Generates a mesh given a config consisting of shapes."""
assert "name" in mesh_config