-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
AndroidRelated to Android platform.Related to Android platform.iOSRelated to iOS platform.Related to iOS platform.
Description
Description
Add support for light nodes. A light node is a component for setting the properties of light in the scene.
Light node's supported properties (based on LightNode.h and light-builder.js):
LightNode: TransformNode {
type: LightType(Directional, Point, Spot)
color: vec4
intensity: number
range: number
spotAngle: number
castsShadows: boolean
}
Completion status
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
AndroidRelated to Android platform.Related to Android platform.iOSRelated to iOS platform.Related to iOS platform.