b3dSetQuadRaysWeight

Sets global quad rays weight (blend amount, controls effect strength in final composite). Takes weight (blend factor, default 0.5). Returns nothing.

3D Graphics

Parameters & Returns

Parameters

weight Double

Returns

Void

Quick Summary

Sets global quad rays weight (blend amount, controls effect strength in final composite). Takes weight (blend factor, default 0.5). Returns nothing.

Technical Exegesis...

Sets global quad rays weight (blend amount, controls effect strength in final composite). Takes weight (blend factor, default 0.5). Returns nothing. Sets g_quadRaysSettings.weight (blend weight parameter, applied when compositing quad rays with main scene). Use to control effect prominence (higher weight = more visible rays, lower weight = subtle effect), balance with main scene (prevent rays from overwhelming scene details), or adjust for artistic style (subtle atmospheric vs dramatic volumetric).

Example

Example.bam
; No example implemented yet