Searched defs:foamExistence (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DWaterFilter.java101 private Vector3f foamExistence = new Vector3f(0.45f, 4.35f, 1.5f); field in class:WaterFilter
279 material.setVector3("FoamExistence", foamExistence);
322 oc.write(foamExistence, "foamExistence", new Vector3f(0.45f, 4.35f, 1.5f));
366 foamExistence = (Vector3f) ic.readSavable("foamExistence", new Vector3f(0.45f, 4.35f, 1.5f));
630 return foamExistence;
638 * @param foamExistence
640 public void setFoamExistence(Vector3f foamExistence) { argument
641 this.foamExistence
[all...]

Completed in 47 milliseconds