1 ProcessedMesh
data_handling.ProcessedMesh(
mesh,
bounds,
verts,
faces,
cache_hit,
path,
spec_hash,
)Container for processed mesh and cached tensors.
1.1 Attributes
| Name | Description |
|---|---|
| mesh | Processed mesh object. |
| bounds | World-space bounds associated with the processed mesh. |
| verts | Cached vertex tensor for downstream tensor-based consumers. |
| faces | Cached face tensor for downstream tensor-based consumers. |
| cache_hit | Whether the processed mesh was loaded from disk cache. |
| path | Filesystem path of the processed mesh artifact. |
| spec_hash | Stable hash of the processing specification. |