com.supermap.ar.areffect.gltfModel
Class Samplers
- java.lang.Object
-
- com.supermap.ar.areffect.gltfModel.Samplers
-
public class Samplers extends java.lang.ObjectSampler
-
-
Constructor Summary
Constructors Constructor and Description Samplers()
-
Method Summary
All 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
-
setInput
public void setInput(java.lang.Integer input)
Sets the input value- Parameters:
input-
-
getInput
public java.lang.Integer getInput()
Gets the input value- Returns:
-
setInterpolation
public void setInterpolation(java.lang.String interpolation)
Sets the interpolation- Parameters:
interpolation-
-
getInterpolation
public java.lang.String getInterpolation()
Gets the interpolation- Returns:
-
setOutput
public void setOutput(java.lang.Integer output)
Sets the output value- Parameters:
output-
-
getOutput
public java.lang.Integer getOutput()
Gets the output value- Returns:
-
setMagFilter
public void setMagFilter(java.lang.Integer magFilter)
Sets mag filter- Parameters:
magFilter-
-
getMagFilter
public java.lang.Integer getMagFilter()
Gets mag filter- Returns:
-
setMinFilter
public void setMinFilter(java.lang.Integer minFilter)
Sets min filter- Parameters:
minFilter-
-
getMinFilter
public java.lang.Integer getMinFilter()
Gets min filter- Returns:
-
setWrapS
public void setWrapS(java.lang.Integer wrapS)
Sets wrapS decorator- Parameters:
wrapS-
-
getWrapS
public java.lang.Integer getWrapS()
Gets wrapS decorator- Returns:
-
setWrapT
public void setWrapT(java.lang.Integer wrapT)
Sets wrapT decorator- Parameters:
wrapT-
-
getWrapT
public java.lang.Integer getWrapT()
Gets wrapT decorator- Returns:
-
-