|
|
@ -429,6 +429,8 @@ public abstract class AbstractHeightMap implements HeightMap { |
|
|
|
* are averaged and will participate in the node new height |
|
|
|
* are averaged and will participate in the node new height |
|
|
|
* by a factor <code>np</code> between 0 and 1 |
|
|
|
* by a factor <code>np</code> between 0 and 1 |
|
|
|
* |
|
|
|
* |
|
|
|
|
|
|
|
* You must first load() the heightmap data before this will have any effect. |
|
|
|
|
|
|
|
* |
|
|
|
* @param np |
|
|
|
* @param np |
|
|
|
* The factor to what extend the neighbors average has an influence. |
|
|
|
* The factor to what extend the neighbors average has an influence. |
|
|
|
* Value of 0 will ignore neighbors (no smoothing) |
|
|
|
* Value of 0 will ignore neighbors (no smoothing) |
|
|
@ -443,6 +445,8 @@ public abstract class AbstractHeightMap implements HeightMap { |
|
|
|
* are averaged and will participate in the node new height |
|
|
|
* are averaged and will participate in the node new height |
|
|
|
* by a factor <code>np</code> between 0 and 1 |
|
|
|
* by a factor <code>np</code> between 0 and 1 |
|
|
|
* |
|
|
|
* |
|
|
|
|
|
|
|
* You must first load() the heightmap data before this will have any effect. |
|
|
|
|
|
|
|
* |
|
|
|
* @param np |
|
|
|
* @param np |
|
|
|
* The factor to what extend the neighbors average has an influence. |
|
|
|
* The factor to what extend the neighbors average has an influence. |
|
|
|
* Value of 0 will ignore neighbors (no smoothing) |
|
|
|
* Value of 0 will ignore neighbors (no smoothing) |
|
|
|