Point(XYZ, Single, RenderColor, Single) Method

Definition

Assembly ProCad.Rendering.dll

Creates a point light at the specified position.

public static RenderLight Point(XYZ position, float intensity, RenderColor color, float range = 0F)

Parameters

position
CSMath.XYZ
intensity
Single
range
Single

Returns