- 
    
    
        
        staticconstantSuperMap3D.StencilFunction.ALWAYS : Number
    
     
 
- 
    
        The stencil test always passes.
    
 
- 
    
    
        
        staticconstantSuperMap3D.StencilFunction.EQUAL : Number
    
     
 
- 
    
        The stencil test passes when the masked reference value is equal to the masked stencil value.
    
 
- 
    
    
        
        staticconstantSuperMap3D.StencilFunction.GREATER : Number
    
     
 
- 
    
        The stencil test passes when the masked reference value is greater than the masked stencil value.
    
 
- 
    
    
        
        staticconstantSuperMap3D.StencilFunction.GREATER_OR_EQUAL : Number
    
     
 
- 
    
        The stencil test passes when the masked reference value is greater than or equal to the masked stencil value.
    
 
- 
    
    
        
        staticconstantSuperMap3D.StencilFunction.LESS : Number
    
     
 
- 
    
        The stencil test passes when the masked reference value is less than the masked stencil value.
    
 
- 
    
    
        
        staticconstantSuperMap3D.StencilFunction.LESS_OR_EQUAL : Number
    
     
 
- 
    
        The stencil test passes when the masked reference value is less than or equal to the masked stencil value.
    
 
- 
    
    
        
        staticconstantSuperMap3D.StencilFunction.NEVER : Number
    
     
 
- 
    
        The stencil test never passes.
    
 
- 
    
    
        
        staticconstantSuperMap3D.StencilFunction.NOT_EQUAL : Number
    
     
 
- 
    
        The stencil test passes when the masked reference value is not equal to the masked stencil value.