Ejemplo n.º 1
0
 private float getRandomWanderForce(Vector3 vertice)
 {
     //return Random.Range(-0.05f, 0.05f);
     return(TerrainHelper.getWaterCurvingHeight(vertice, currentPerlinNoise));
 }