Documentation
Preparing search index...
Copy @link
@lopoly/engine
models/geometry/ModelPartGeometry
ModelPartGeometryArgs
Interface ModelPartGeometryArgs
Constructor params for
ModelPartGeometry
.
interface
ModelPartGeometryArgs
{
localMatrixComputed
:
Computed
<
Matrix4
>
;
primitiveCaches
:
MeshPrimitiveCache
[]
;
skinJointMatricesComputed
:
Computed
<
Matrix4
[]
>
|
undefined
;
}
Index
Properties
local
Matrix
Computed
primitive
Caches
skin
Joint
Matrices
Computed
Properties
local
Matrix
Computed
localMatrixComputed
:
Computed
<
Matrix4
>
No description provided.
primitive
Caches
primitiveCaches
:
MeshPrimitiveCache
[]
No description provided.
skin
Joint
Matrices
Computed
skinJointMatricesComputed
:
Computed
<
Matrix4
[]
>
|
undefined
No description provided.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
local
Matrix
Computed
primitive
Caches
skin
Joint
Matrices
Computed
Collapse all
Documentation
Loading...
Constructor params for
ModelPartGeometry.