HTML Encoding and Default Values⤴
                <StippleVolumeStyle
                
                distanceFactor='1'
                
                enabled='true'
                
                gradientBoundaryOpacity='0'
                
                gradientOpacityFactor='1'
                
                gradientRetainedOpacity='1'
                
                gradientThreshold='0.4'
                
                interiorFactor='1'
                
                lightingFactor='1'
                
                metadata='X3DMetadataObject'
                
                resolutionFactor='1'
                
                silhouetteBoundaryOpacity='0'
                
                silhouetteOpacityFactor='1'
                
                silhouetteRetainedOpacity='1'
                
                ></StippleVolumeStyle>
            
        Inheritance⤴
- X3DNode(18)
- X3DVolumeRenderStyleNode(4)
- StippleVolumeStyle
Constructor⤴
- 
    StippleVolumeStyle(ctx)⤴
- 
        
        Constructor for StippleVolumeStyle
 Parameters:Name Type Argument Default Description ctxObject <optional> 
 null context object, containing initial settings like namespace 
Fields⤴
            These are the X3D / X3DOM fields of this node. Values should usually be received / set as strings via
            DOM functions (i.e., using
            
        
setAttribute("myFieldName", "myFieldValue") and
            getAttribute("myFieldName")).
        | Name | Type | Default Value | Range | Inheritance | Standard | Description | 
|---|---|---|---|---|---|---|
| distanceFactor | SFFloat | 1 |   | |||
| enabled | SFBool | true | X3DVolumeRenderStyleNode |   | Specifies whether the render style is enabled or disabled. | |
| gradientBoundaryOpacity | SFFloat | 0 |   | |||
| gradientOpacityFactor | SFFloat | 1 |   | |||
| gradientRetainedOpacity | SFFloat | 1 |   | |||
| gradientThreshold | SFFloat | 4 |   | |||
| interiorFactor | SFFloat | 1 |   | |||
| lightingFactor | SFFloat | 1 |   | |||
| metadata | SFNode | X3DMetadataObject | X3DNode |   | Field to add metadata information | |
| resolutionFactor | SFFloat | 1 |   | |||
| silhouetteBoundaryOpacity | SFFloat | 0 |   | |||
| silhouetteOpacityFactor | SFFloat | 1 |   | |||
| silhouetteRetainedOpacity | SFFloat | 1 |   | 
 documentation
 documentation