API Panel.PCloud.SetPointLight

From Flowcode Help
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