|
j3d.org Code | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use J3DTextureCache | |
| org.j3d.renderer.java3d.texture | Generalised classes for handling of textures. |
| Uses of J3DTextureCache in org.j3d.renderer.java3d.texture |
| Classes in org.j3d.renderer.java3d.texture that implement J3DTextureCache | |
class |
AbstractTextureCache
An abstract implementation of the cache with a collection of useful utility methods for any cache implementation. |
| Methods in org.j3d.renderer.java3d.texture that return J3DTextureCache | |
static J3DTextureCache |
J3DTextureCacheFactory.getCache()
Fetch the default cache provided by the factory. |
static J3DTextureCache |
J3DTextureCacheFactory.getCache(int cacheType)
Fetch the cache instance for the given type, creating a new instance if necessary. |
| Methods in org.j3d.renderer.java3d.texture with parameters of type J3DTextureCache | |
static void |
J3DTextureCacheFactory.registerCacheType(int cacheType,
J3DTextureCache cache)
Register your custom instance of a texture cache. |
|
j3d.org Code | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||