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.

源代码

关于如何获取此模块的源代码,请查看 本页