Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MaterialRenderPass

Pass used for rendering materials.

Hierarchy

  • MaterialRenderPass

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Optional clearColor

clearColor?: Color = ...

The color (r,g,b,a) used for clearing the render texture. If this value is empty, the render texture will not be cleared.

name

name: string

The name of the render pass.

renderer

renderer: Renderer

Accessors

renderTexture

  • get renderTexture(): undefined | RenderTexture
  • set renderTexture(value: undefined | RenderTexture): void

Methods

clear

  • clear(): void

render

  • render(meshes: Mesh3D[]): void

Generated using TypeDoc