Package org.web3d.x3d.sai
Interface X3DFogObject
- All Known Implementing Classes:
SAIFog,SAIFog,SAILocalFog,SAILocalFog
public interface X3DFogObject
Defines the requirements of an X3DFogObject abstract node type
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetColor(float[] val) Return the color value in the argument float[]Return the fogType String value.floatReturn the visibilityRange float value.voidsetColor(float[] val) Set the color field.voidsetFogType(String val) Set the fogType field.voidsetVisibilityRange(float val) Set the visibilityRange field.
-
Method Details
-
getColor
void getColor(float[] val) Return the color value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setColor
void setColor(float[] val) Set the color field.- Parameters:
val- The float[] to set.
-
getFogType
-
setFogType
-
getVisibilityRange
float getVisibilityRange()Return the visibilityRange float value.- Returns:
- The visibilityRange float value.
-
setVisibilityRange
void setVisibilityRange(float val) Set the visibilityRange field.- Parameters:
val- The float to set.
-