API Panel.PCloud.SetPointLight

From Flowcode Help
Revision as of 14:27, 9 August 2013 by JonnyW (talk | contribs) (XML import of API documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<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