scene_synthesizer.utils.hash_trimesh_geometry_metadata
- scene_synthesizer.utils.hash_trimesh_geometry_metadata(geom)
Return a hash value for the metadata of trimesh.Geometry
- Parameters:
geom (trimesh.Geometry) – The geometry whose metadata should be hashed.
- Returns:
A hash value to compare different metadata.
- Return type:
hash (int)