This property is deprecated. Use LightingMaxStepTerrain or LightingMaxStepCbShape as appropriate. The maximum step size to use when computing lighting when UseTerrainInLightingComputations is true. Uses Time Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property LightingMaxStep() As Double |
[C#] |
---|
public double LightingMaxStep {get; set;} |
[Managed C++] |
---|
public: __property double get_LightingMaxStep(); |
[Unmanaged C++] |
---|
public: HRESULT get_LightingMaxStep( double * pMaxStep ); public: HRESULT put_LightingMaxStep( double maxStep ); |
[Java] |
---|
public double getLightingMaxStep(); public void setLightingMaxStep( double ); |