Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TD3DLight::Phi ]
[ next: Position ]
[ prev: Falloff ]
public:
__property D3DVALUE Phi = { read=FGetPhi, write=FSetPhi, nodefault };
TD3DLIGHT::PHI
[ component property ]
- Description
The Phi property contains a D3DVALUE defining the angle, in radians, representing the outer edge of the spotlight's penumbra.
Points outside the penumbra are not lit by the spotlight.
Points inside the penumbra and outside the umbra are illuminated with an intensity relative to their position and the Falloff value.
The value can range from 0 to pi and must equal or exceed the value of the Theta property.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|