rpSKYRENDERSTATEDITHER |
0=off, 0x55555555=half, else on |
rpSKYRENDERSTATEALPHA_1 |
Direct access to ALPHA_1 with bits 32-39 moved down to 24-31 to
allow a single 32 bit value Allows us to pass a constant in rather
than a pointer to a long |
rpSKYRENDERSTATEATEST_1 |
Direct access to the bottom 16 bits of TEST_1 |
rpSKYRENDERSTATEFARFOGPLANE |
Specifies the distance in camera space where the fog will reach
full intensity. Setting this value to less than the far clip plane
will result in fog reaching the fog color before clipping occurs.
Note that using this state means that RenderWare will cease using
the far clip plane as the full fog distance. Changing the far clip
plane will no longer change the fog behavior. This render state is
used for linear fog only. Note that the fogging calculations
perform a linear ramp between the camera fog distance and the far
fog plane. We apologize that the fog distance is a property of a
camera, and the far fog distance is a render state.
rpSKYRENDERSTATEFARFOGPLANE returns 0.0 if it has not been set.This
indicates that the default fogging behavior (using the far clip
plane as the value for the far fog distance) is selected. |
rpSKYRENDERSTATEMAXMIPLEVELS |
The maximum number of mip levels that rasters will be created
with. Changing this value does not affect existing rasters. Mip
levels will only be created if they are greater than or equal to 8
texels in both dimensions, so you are not guaranteed to get the
maximum number of mip levels for all rasters. The maximum allowed
value for rpSKYRENDERSTATEMAXMIPLEVELS is 7. |