Capítulo 138 de 859

Chapter 138: ProjectorLight

Core Idea

A projector light version of SpotLight. Can only be used with WebGPURenderer.

Key Concepts

  • aspect : number: Aspect ratio of the light. Set to null to use the texture aspect ratio.

Reference Tables

Constructor

Signature
`new ProjectorLight( color : number

Properties

PropertyDescription
.aspect : numberAspect ratio of the light. Set to null to use the texture aspect ratio.

Key Takeaways

  1. ProjectorLight extends: EventDispatcher → Object3D → Light → SpotLight
  2. Most relevant properties: aspect.

Connects To