GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
three.quarks
MeshSurfaceEmitter
Class MeshSurfaceEmitter
A particle emitter that emits particles from the surface of a mesh uniformly.
Implements
EmitterShape
Index
Constructors
constructor
Properties
type
Accessors
geometry
Methods
clone
initialize
toJSON
update
fromJSON
Constructors
constructor
new
MeshSurfaceEmitter
(
geometry
?:
BufferGeometry
)
:
MeshSurfaceEmitter
Parameters
Optional
geometry
:
BufferGeometry
Returns
MeshSurfaceEmitter
Properties
type
type
:
string
= 'mesh_surface'
Accessors
geometry
get
geometry
()
:
undefined
|
BufferGeometry
Returns
undefined
|
BufferGeometry
set
geometry
(
geometry
:
undefined
|
BufferGeometry
)
:
void
Parameters
geometry
:
undefined
|
BufferGeometry
Returns
void
Methods
clone
clone
()
:
EmitterShape
Returns
EmitterShape
initialize
initialize
(
p
:
Particle
)
:
void
Parameters
p
:
Particle
Returns
void
toJSON
toJSON
()
:
ShapeJSON
Returns
ShapeJSON
update
update
(
system
:
IParticleSystem
,
delta
:
number
)
:
void
Parameters
system
:
IParticleSystem
delta
:
number
Returns
void
Static
fromJSON
fromJSON
(
json
:
any
,
meta
:
JsonMetaData
)
:
MeshSurfaceEmitter
Parameters
json
:
any
meta
:
JsonMetaData
Returns
MeshSurfaceEmitter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
Accessors
geometry
Methods
clone
initialize
toJSON
update
fromJSON
GitHub
Quarks VFX
Documentation
Loading...
A particle emitter that emits particles from the surface of a mesh uniformly.