Preparing search index...
The search index is not available
@xeokit/sdk - v0.1.0
@xeokit/sdk
webglrenderer
internal
meshManager
RendererTexture
Class RendererTexture
Internal
Represents a texture used in the WebGL renderer.
Index
Constructors
constructor
Properties
texture
texture2D
Methods
destroy
Constructors
constructor
new
RendererTexture
(
texture
:
SceneTexture
,
texture2D
:
WebGLTexture
,
)
:
RendererTexture
Parameters
texture
:
SceneTexture
texture2D
:
WebGLTexture
Returns
RendererTexture
Properties
texture
texture
:
SceneTexture
texture2D
texture2D
:
WebGLTexture
Methods
destroy
destroy
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
texture
texture2D
Methods
destroy
@xeokit/sdk - v0.1.0
Loading...
Represents a texture used in the WebGL renderer.