3D

RayLight3D

Ray light node.

RayLight3D embeds Node3D with directional/ray light settings.

Base node: Node3D

Source: perro_core/src/nodes/node_3d/ray_light_3d.rs

pub struct RayLight3D {    pub base: Node3D,    pub color: [f32; 3],    pub intensity: f32,    pub active: bool,}