Example_StreamingAndCaching Description sealed class Tinman.Demo.Examples.Example_StreamingAndCaching Full source code is included in the Tinman 3D SDK download. Example code for streaming and caching. Public / Methods OpenRemoteFile [OwnerReturn] public method OpenRemoteFile → () returns → IFile The opened file. Open a remote HTTPS file in read-only mode. UseDatasetFileCache public method UseDatasetFileCache → () Use a dataset file cache for a dataset. UseFileCache public method UseFileCache → () returns → IFile The opened file. Use a FileCache for a read-only file. UsePyramidFileCache [OwnerReturn] public method UsePyramidFileCache → () returns → IPixelPyramid The cached pixel pyramid. Use a PyramidFileCache for a pixel pyramid. UseSimpleHttp public method UseSimpleHttp → () Use a custom ISimpleHttp object for the HttpFileSystem. Example_Shapes Example_TextureStreaming