We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Fixes a potential issue when trying to use CachedContentFactory with …
6311582
…MeshContent. See #97 for issue tracking the absence of the proper implementation. Signed-off-by: Ralph Gasser <[email protected]>
rahelarnold98
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: