|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SpringNodeForce | |
| com.jme.effects.cloth | |
| com.jme.math | |
| Uses of SpringNodeForce in com.jme.effects.cloth |
| Methods in com.jme.effects.cloth that return SpringNodeForce | |
static SpringNodeForce |
ClothUtils.createBasicWind(float windStr,
Vector3f windDir,
boolean addRandom)
Creates a basic wind that always blows in a single direction. |
static SpringNodeForce |
ClothUtils.createBasicGravity()
Create a basic gravitational force. |
static SpringNodeForce |
ClothUtils.createBasicDrag(float dragCoef)
Create a basic drag force that will use the given drag coefficient. |
| Methods in com.jme.effects.cloth with parameters of type SpringNodeForce | |
void |
ClothPatch.addForce(SpringNodeForce force)
Add an external force to the underlying SpringSystem. |
boolean |
ClothPatch.removeForce(SpringNodeForce force)
Remove a force from the underlying SpringSystem. |
| Uses of SpringNodeForce in com.jme.math |
| Methods in com.jme.math with parameters of type SpringNodeForce | |
void |
SpringSystem.addForce(SpringNodeForce force)
Add an external force to this system. |
boolean |
SpringSystem.removeForce(SpringNodeForce force)
Remove a force from this system. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||