Jump to content

API Panel.PCloud.SetPointLight: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import of API documentation
 
JonnyW (talk | contribs)
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)

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