Uses of Class
de.jreality.writer.u3d.U3DTexture

Packages that use U3DTexture
de.jreality.writer.u3d   
 

Uses of U3DTexture in de.jreality.writer.u3d
 

Methods in de.jreality.writer.u3d with type parameters of type U3DTexture
static
<T extends U3DTexture>
void
U3DSceneUtility.printTextureNameMap(HashMap<T,String> map)
           
 

Methods in de.jreality.writer.u3d that return types with arguments of type U3DTexture
static HashMap<EffectiveAppearance,U3DTexture> U3DSceneUtility.getSphereMapsMap(Collection<EffectiveAppearance> apps)
           
static HashMap<EffectiveAppearance,U3DTexture> U3DSceneUtility.getTextureMap(Collection<EffectiveAppearance> apps)
           
static HashMap<U3DTexture,String> U3DSceneUtility.getTextureNames(String prefix, Collection<U3DTexture> l)
           
static HashMap<U3DTexture,byte[]> U3DSceneUtility.preparePNGTextures(Collection<U3DTexture> textures)
           
 

Method parameters in de.jreality.writer.u3d with type arguments of type U3DTexture
static HashMap<U3DTexture,String> U3DSceneUtility.getTextureNames(String prefix, Collection<U3DTexture> l)
           
static HashMap<U3DTexture,byte[]> U3DSceneUtility.preparePNGTextures(Collection<U3DTexture> textures)
           
static void U3DSceneUtility.printTextures(Collection<U3DTexture> l)