API Panel.PCloud.SetPointLight: Difference between revisions
Appearance
XML import of API documentation |
XML import |
||
| Line 1: | Line 1: | ||
<sidebar>API Contents</sidebar> | <sidebar>API Contents</sidebar> | ||
Enables or disables simple lighting for point mode, providing a normal passing through the point and (0,0,0) | Enables or disables simple lighting for point mode, providing a normal passing through the point and (0,0,0) | ||
Revision as of 15:57, 16 January 2014
<sidebar>API Contents</sidebar> Enables or disables simple lighting for point mode, providing a normal passing through the point and (0,0,0)
Parameters
HANDLE PCloud
- The handle to the cloud to adjust the graphics of
BOOL Enable
- True to enable simple lighting on the cloud, false to disable it
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.PCloud.SetPointLight(pcloud, true)
No additional examples