org.collada._2005._11.colladaschema
Class GlSampler3D

java.lang.Object
  extended by org.collada._2005._11.colladaschema.FxSampler3DCommon
      extended by org.collada._2005._11.colladaschema.GlSampler3D

public class GlSampler3D
extends FxSampler3DCommon

A three-dimensional texture sampler for the GLSL profile.

Java class for gl_sampler3D complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="gl_sampler3D">
   <complexContent>
     <extension base="{http://www.collada.org/2005/11/COLLADASchema}fx_sampler3D_common">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.collada._2005._11.colladaschema.FxSampler3DCommon
borderColor, extra, magfilter, minfilter, mipfilter, mipmapBias, mipmapMaxlevel, source, wrapP, wrapS, wrapT
 
Constructor Summary
GlSampler3D()
           
 
Method Summary
 
Methods inherited from class org.collada._2005._11.colladaschema.FxSampler3DCommon
getBorderColor, getExtra, getMagfilter, getMinfilter, getMipfilter, getMipmapBias, getMipmapMaxlevel, getSource, getWrapP, getWrapS, getWrapT, setMagfilter, setMinfilter, setMipfilter, setMipmapBias, setMipmapMaxlevel, setSource, setWrapP, setWrapS, setWrapT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlSampler3D

public GlSampler3D()

CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)