This method of the Direct3dRMFrame Class retrieves the current fog parameters for this scene.
public void getSceneFogParams(float[] start, float[] end, float[] density);
start | The array variables that receive the fog start values. |
end | The array variables that receive the fog end values. |
density | The array variables that receive the fog density values. |