Search
Preparing search index...
The search index is not available
ngx3js
Options
All
Public
Public/Protected
All
Inherited
Menu
ngx3js
I3JS
WebGLAttributes
Interface WebGLAttributes
Hierarchy
WebGLAttributes
Index
Constructors
constructor
Methods
get
remove
update
Constructors
constructor
new
WebGLAttributes
(
gl
:
WebGLRenderingContext
|
WebGL2RenderingContext
, capabilities
:
WebGLCapabilities
)
:
WebGLAttributes
Parameters
gl:
WebGLRenderingContext
|
WebGL2RenderingContext
capabilities:
WebGLCapabilities
Returns
WebGLAttributes
Methods
get
get
(
attribute
:
I3JS
.
BufferAttribute
|
I3JS
.
InterleavedBufferAttribute
)
:
{
buffer
:
WebGLBuffer
;
bytesPerElement
:
number
;
type
:
number
;
version
:
number
}
Parameters
attribute:
I3JS
.
BufferAttribute
|
I3JS
.
InterleavedBufferAttribute
Returns
{
buffer
:
WebGLBuffer
;
bytesPerElement
:
number
;
type
:
number
;
version
:
number
}
buffer
:
WebGLBuffer
bytes
Per
Element
:
number
type
:
number
version
:
number
remove
remove
(
attribute
:
I3JS
.
BufferAttribute
|
I3JS
.
InterleavedBufferAttribute
)
:
void
Parameters
attribute:
I3JS
.
BufferAttribute
|
I3JS
.
InterleavedBufferAttribute
Returns
void
update
update
(
attribute
:
I3JS
.
BufferAttribute
|
I3JS
.
InterleavedBufferAttribute
, bufferType
:
number
)
:
void
Parameters
attribute:
I3JS
.
BufferAttribute
|
I3JS
.
InterleavedBufferAttribute
bufferType:
number
Returns
void
Exports
AMMO
CHARTJS
ECHARTS
I3JS
NODES
THREE
WebGLAttributes
constructor
get
remove
update
Generated using
TypeDoc