Difference between revisions of "API Panel.PCloud.SetPointLight"

From Flowcode Help
Jump to navigationJump to search
(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)

Latest 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)

Class hierarchy

Panel

PCloud
SetPointLight

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