Documentation - v19.2.0-dev
Preparing search index...
@stereograph/teiaviewer
SerializedBatchedGeometry
Interface SerializedBatchedGeometry
interface
SerializedBatchedGeometry
{
attributes
:
{
batchId
:
TypedArray
|
null
;
index
:
TypedArray
|
null
;
normal
:
TypedArray
|
null
;
position
:
TypedArray
|
null
;
}
;
boundingBox
:
SerializedBox3
;
boundingSphere
:
SerializedSphere
;
bounds
:
Float32Array
;
geometryCount
:
number
;
indexRanges
:
Uint32Array
;
indexStart
:
number
;
isInitialized
:
boolean
;
matrices
:
TypedArray
;
maxGeometryCount
:
number
;
maxIndexCount
:
number
;
maxVertexCount
:
number
;
useIndex
:
boolean
;
useNormals
:
boolean
;
uuid
:
string
;
vertexRanges
:
Uint32Array
;
vertexStart
:
number
;
}
Hierarchy (
View Summary
)
SerializedBatchedGeometry
SerializedBatchedLineGeometry
Index
Properties
attributes
bounding
Box
bounding
Sphere
bounds
geometry
Count
index
Ranges
index
Start
is
Initialized
matrices
max
Geometry
Count
max
Index
Count
max
Vertex
Count
use
Index
use
Normals
uuid
vertex
Ranges
vertex
Start
Properties
attributes
attributes
:
{
batchId
:
TypedArray
|
null
;
index
:
TypedArray
|
null
;
normal
:
TypedArray
|
null
;
position
:
TypedArray
|
null
;
}
bounding
Box
boundingBox
:
SerializedBox3
bounding
Sphere
boundingSphere
:
SerializedSphere
bounds
bounds
:
Float32Array
geometry
Count
geometryCount
:
number
index
Ranges
indexRanges
:
Uint32Array
index
Start
indexStart
:
number
is
Initialized
isInitialized
:
boolean
matrices
matrices
:
TypedArray
max
Geometry
Count
maxGeometryCount
:
number
max
Index
Count
maxIndexCount
:
number
max
Vertex
Count
maxVertexCount
:
number
use
Index
useIndex
:
boolean
use
Normals
useNormals
:
boolean
uuid
uuid
:
string
vertex
Ranges
vertexRanges
:
Uint32Array
vertex
Start
vertexStart
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
bounding
Box
bounding
Sphere
bounds
geometry
Count
index
Ranges
index
Start
is
Initialized
matrices
max
Geometry
Count
max
Index
Count
max
Vertex
Count
use
Index
use
Normals
uuid
vertex
Ranges
vertex
Start
Documentation - v19.2.0-dev
Loading...