de.jreality.writer.u3d
Class U3DTexture

java.lang.Object
  extended by de.jreality.writer.u3d.U3DTexture

public class U3DTexture
extends java.lang.Object


Constructor Summary
U3DTexture(CubeMap cm)
           
U3DTexture(ImageData image)
           
U3DTexture(Texture2D tex)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ImageData getImage()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

U3DTexture

public U3DTexture(Texture2D tex)

U3DTexture

public U3DTexture(ImageData image)

U3DTexture

public U3DTexture(CubeMap cm)
Method Detail

getImage

public ImageData getImage()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object