Skip to content

Light node #189

@pleszkiewicz

Description

@pleszkiewicz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    AndroidRelated to Android platform.iOSRelated to iOS platform.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions