com.supermap.ar.areffect.gltfModel
Class Samplers
- java.lang.Object
- 
- com.supermap.ar.areffect.gltfModel.Samplers
 
- 
 
 public class Samplers extends java.lang.ObjectSampler
- 
- 
Constructor SummaryConstructors Constructor and Description Samplers()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.IntegergetInput()Gets the input valuejava.lang.StringgetInterpolation()Gets the interpolationjava.lang.IntegergetMagFilter()Gets mag filterjava.lang.IntegergetMinFilter()Gets min filterjava.lang.IntegergetOutput()Gets the output valuejava.lang.IntegergetWrapS()Gets wrapS decoratorjava.lang.IntegergetWrapT()Gets wrapT decoratorvoidsetInput(java.lang.Integer input)Sets the input valuevoidsetInterpolation(java.lang.String interpolation)Sets the interpolationvoidsetMagFilter(java.lang.Integer magFilter)Sets mag filtervoidsetMinFilter(java.lang.Integer minFilter)Sets min filtervoidsetOutput(java.lang.Integer output)Sets the output valuevoidsetWrapS(java.lang.Integer wrapS)Sets wrapS decoratorvoidsetWrapT(java.lang.Integer wrapT)Sets wrapT decorator
 
- 
- 
- 
Method Detail- 
setInputpublic void setInput(java.lang.Integer input) Sets the input value- Parameters:
- input-
 
 - 
getInputpublic java.lang.Integer getInput() Gets the input value- Returns:
 
 - 
setInterpolationpublic void setInterpolation(java.lang.String interpolation) Sets the interpolation- Parameters:
- interpolation-
 
 - 
getInterpolationpublic java.lang.String getInterpolation() Gets the interpolation- Returns:
 
 - 
setOutputpublic void setOutput(java.lang.Integer output) Sets the output value- Parameters:
- output-
 
 - 
getOutputpublic java.lang.Integer getOutput() Gets the output value- Returns:
 
 - 
setMagFilterpublic void setMagFilter(java.lang.Integer magFilter) Sets mag filter- Parameters:
- magFilter-
 
 - 
getMagFilterpublic java.lang.Integer getMagFilter() Gets mag filter- Returns:
 
 - 
setMinFilterpublic void setMinFilter(java.lang.Integer minFilter) Sets min filter- Parameters:
- minFilter-
 
 - 
getMinFilterpublic java.lang.Integer getMinFilter() Gets min filter- Returns:
 
 - 
setWrapSpublic void setWrapS(java.lang.Integer wrapS) Sets wrapS decorator- Parameters:
- wrapS-
 
 - 
getWrapSpublic java.lang.Integer getWrapS() Gets wrapS decorator- Returns:
 
 - 
setWrapTpublic void setWrapT(java.lang.Integer wrapT) Sets wrapT decorator- Parameters:
- wrapT-
 
 - 
getWrapTpublic java.lang.Integer getWrapT() Gets wrapT decorator- Returns:
 
 
- 
 
-