setLightVolumeShape: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Some wiki formatting)
Line 10: Line 10:
|eff= local
|eff= local


|descr= Sets the lightpoint (directional light {{ic|#lightreflector}})'s volume shape.
|descr= Sets the lightpoint (directional light {{hl|#lightreflector}})'s volume shape.


|s1= lightReflector [[setLightVolumeShape]] [shapePath, scale]
|s1= lightReflector [[setLightVolumeShape]] [shapePath, scale]


|p1= lightReflector : [[Object]] - Object of class {{ic|#lightreflector}})
|p1= lightReflector : [[Object]] - Object of class {{hl|#lightreflector}})


|p2= shapePath: [[String]]
|p2= shapePath: [[String]]

Revision as of 15:40, 12 July 2022

Hover & click on the images for description

Description

Description:
Sets the lightpoint (directional light #lightreflector)'s volume shape.
Groups:
Lights

Syntax

Syntax:
lightReflector setLightVolumeShape [shapePath, scale]
Parameters:
lightReflector : Object - Object of class #lightreflector)
shapePath: String
scale: Array - [sizeX, sizeY, sizeZ]
Return Value:
Nothing

Examples

Example 1:
_light setLightVolumeShape ["a3\data_f\VolumeLightFlashlight.p3d", [1, 1, 1]];

Additional Information

See also:
setLightColor setLightAmbient setLightBrightness lightAttachObject lightDetachObject setLightIntensity setLightAttenuation setLightUseFlare setLightFlareSize setLightFlareMaxDistance setLightDayLight setLightIR

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note