Math3D Full Project API
Preparing search index...
renderer/src/math/sampling/surfaceSampling
SurfaceSampleBuildOptions
Type Alias SurfaceSampleBuildOptions
type
SurfaceSampleBuildOptions
=
{
geometry
:
THREE.BufferGeometry
;
includeUV
:
boolean
;
maxSamples
:
number
;
meshKey
?:
string
;
startId
?:
number
;
worldMatrix
:
THREE.Matrix4
;
}
Index
Properties
geometry
include
UV
max
Samples
mesh
Key?
start
Id?
world
Matrix
Properties
geometry
geometry
:
THREE.BufferGeometry
include
UV
includeUV
:
boolean
max
Samples
maxSamples
:
number
Optional
mesh
Key
meshKey
?:
string
Optional
start
Id
startId
?:
number
world
Matrix
worldMatrix
:
THREE.Matrix4
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
geometry
include
UV
max
Samples
mesh
Key
start
Id
world
Matrix
Math3D Full Project API
Loading...