Uses of Interface
de.jreality.shader.CubeMap

Packages that use CubeMap
de.jreality.shader Contains all jReality shading-related classes and interfaces. 
de.jreality.writer.u3d   
de.jreality.writer.u3d.texture   
 

Uses of CubeMap in de.jreality.shader
 

Methods in de.jreality.shader that return CubeMap
static CubeMap TextureUtility.createCubeMap(Appearance app, String prefix, ImageData[] imgs)
          method to create a reflectionMap for the 6 given images (as ImageData).
static CubeMap TextureUtility.createCubeMap(Appearance app, String prefix, String resourcePrefix, String[] sides, String resourceEnding)
          Convienience Method to load all 6 images for a ReflectionMap.
 CubeMap DefaultPolygonShader.createReflectionMap()
           
static CubeMap TextureUtility.createReflectionMap(Appearance app, String shader, ImageData... imgs)
          method to create a reflectionMap for the 6 given images (as ImageData).
static CubeMap TextureUtility.createReflectionMap(Appearance app, String shader, Input[] data)
          method to create a reflectionMap for the 6 given images (as Inputs).
static CubeMap TextureUtility.createReflectionMap(Appearance app, String shader, String resourcePrefix, String[] sides, String resourceEnding)
          Convienience Method to load all 6 images for a ReflectionMap.
static CubeMap TextureUtility.createSkyBox(Appearance app, ImageData[] imgs)
          method to create a sky box for the 6 given images (as ImageData).
static CubeMap TextureUtility.createSkyBox(Appearance app, Input[] data)
          method to create a sky box for the 6 given images (as Inputs).
 CubeMap DefaultPolygonShader.getReflectionMap()
           
static CubeMap TextureUtility.readReflectionMap(EffectiveAppearance app, String prefix)
          method to read the 6 sides of a ReflectionMap.
 

Methods in de.jreality.shader with parameters of type CubeMap
static ImageData[] TextureUtility.getCubeMapImages(CubeMap rm)
           
 

Uses of CubeMap in de.jreality.writer.u3d
 

Methods in de.jreality.writer.u3d that return types with arguments of type CubeMap
static HashMap<CubeMap,byte[]> U3DSceneUtility.prepareSphereMap(Collection<CubeMap> maps)
           
 

Method parameters in de.jreality.writer.u3d with type arguments of type CubeMap
static HashMap<CubeMap,byte[]> U3DSceneUtility.prepareSphereMap(Collection<CubeMap> maps)
           
 

Constructors in de.jreality.writer.u3d with parameters of type CubeMap
U3DTexture(CubeMap cm)
           
 

Uses of CubeMap in de.jreality.writer.u3d.texture
 

Methods in de.jreality.writer.u3d.texture with parameters of type CubeMap
static BufferedImage SphereMapGenerator.create(CubeMap map, int width, int height)