aboutsummaryrefslogtreecommitdiff
path: root/engine/src/core/com/jme3/effect/package.html
blob: dd16da7af6019d3a297bea887f25624e0f5b8916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>

The <code>com.jme3.effect</code> package allows particle emitter effects to be
used with a jME3 application. <br/>
<p>
    The <code>ParticleEmitter</code> class is the primary class used to create
    particle emitter effects. See the <code>jme3test.effect</code> package
    for examples on how to use <code>ParticleEmitter</code>s.

</body>
</html>