babylon.quarks - v0.19.0
Demos
GitHub
npm
Preparing search index...
PointEmitter
Class PointEmitter
A point emitter emits particles from a single point.
Implements
EmitterShape
Index
Constructors
constructor
Properties
_
m1
type
Methods
clone
initialize
to
JSON
update
from
JSON
Constructors
constructor
new
PointEmitter
()
:
PointEmitter
Returns
PointEmitter
Properties
_
m1
_m1
:
Matrix4
type
type
:
string
Methods
clone
clone
()
:
EmitterShape
Returns
EmitterShape
initialize
initialize
(
p
:
Particle
)
:
void
Parameters
p
:
Particle
Returns
void
to
JSON
toJSON
()
:
ShapeJSON
Returns
ShapeJSON
update
update
(
system
:
IParticleSystem
,
delta
:
number
)
:
void
Parameters
system
:
IParticleSystem
delta
:
number
Returns
void
Static
from
JSON
fromJSON
(
json
:
any
)
:
PointEmitter
Parameters
json
:
any
Returns
PointEmitter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
m1
type
Methods
clone
initialize
to
JSON
update
from
JSON
Demos
GitHub
npm
babylon.quarks - v0.19.0
Loading...
A point emitter emits particles from a single point.