Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.39.0
GitLab
Giro3D API (v0.39.0)
core
PointCloudOptions
Interface PointCloudOptions<M>
Options for constructing
PointCloud
interface
PointCloudOptions
<
M
>
{
extent
?:
Extent
;
geometry
:
BufferGeometry
<
NormalBufferAttributes
>
;
material
:
M
;
textureSize
:
Vector2
;
}
Type Parameters
M
extends
Material
=
Material
Index
Properties
extent?
geometry
material
texture
Size
Properties
Optional
extent
extent
?:
Extent
geometry
geometry
:
BufferGeometry
<
NormalBufferAttributes
>
Geometry
material
material
:
M
Material
texture
Size
texture
Size
:
Vector2
Texture size
Settings
Member Visibility
Protected
Inherited
External
On This Page
extent
geometry
material
texture
Size
Giro3D API (v0.39.0)
Loading...
Options for constructing PointCloud