Closed ppanopticon closed 3 months ago
Currently, there is now cached CachedContent implementation for Model3DContent. This should be added for the sake of consistency and completeness.
CachedContent
Model3DContent
As a workaround, the CachedContentFactory currently returns an InMemoryMeshContent instance.
CachedContentFactory
InMemoryMeshContent
Task Description
Currently, there is now cached
CachedContent
implementation forModel3DContent
. This should be added for the sake of consistency and completeness.As a workaround, the
CachedContentFactory
currently returns anInMemoryMeshContent
instance.