org.collada._2005._11.colladaschema
Class GlSamplerDEPTH

java.lang.Object
  extended by org.collada._2005._11.colladaschema.FxSamplerDEPTHCommon
      extended by org.collada._2005._11.colladaschema.GlSamplerDEPTH

public class GlSamplerDEPTH
extends FxSamplerDEPTHCommon

A depth texture sampler for the GLSL profile.

Java class for gl_samplerDEPTH complex type.

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

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


Field Summary
 
Fields inherited from class org.collada._2005._11.colladaschema.FxSamplerDEPTHCommon
extra, magfilter, minfilter, source, wrapS, wrapT
 
Constructor Summary
GlSamplerDEPTH()
           
 
Method Summary
 
Methods inherited from class org.collada._2005._11.colladaschema.FxSamplerDEPTHCommon
getExtra, getMagfilter, getMinfilter, getSource, getWrapS, getWrapT, setMagfilter, setMinfilter, setSource, setWrapS, setWrapT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlSamplerDEPTH

public GlSamplerDEPTH()

CroftSoft Javadoc

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