b3dUnlockQuadRay

Unlocks quad ray and triggers baking (freezes occlusion texture for static source, performance optimization). Takes handle (quad ray source entity handle). Returns nothing.

3D Graphics

Parameters & Returns

Parameters

handle Int

Returns

Void

Quick Summary

Unlocks quad ray and triggers baking (freezes occlusion texture for static source, performance optimization). Takes handle (quad ray source entity handle). Returns nothing.

Technical Exegesis...

Unlocks quad ray and triggers baking (freezes occlusion texture for static source, performance optimization). Takes handle (quad ray source entity handle). Returns nothing. Sets entity.quadRayLocked = false (per-entity unlock state, enables baking in next render pass).

Example

Example.bam
; No example implemented yet