Texture

FramebufferTexture

This class can only be used in combination with WebGLRenderer.copyFramebufferToTexture().

Constructor

FramebufferTexture(width : Integer, height : Integer, format : Constant)

Properties

See the base Texture class for common properties.

.isFramebufferTexture : Boolean

Read-only flag to check if a given object is of type FramebufferTexture.

.needsUpdate : Boolean

true by default. This is required so that the data is loaded.

Methods

See the base Texture class for common methods.

Source

For more info on how to obtain the source code of this module see this page.