Grass, moss, fixes

This commit is contained in:
paulevsGitch 2020-12-24 21:30:19 +03:00
parent eb1ae97c50
commit 2c2757ba8e
12 changed files with 43 additions and 6 deletions

View file

@ -115,7 +115,6 @@ public class OldBulbisTreeFeature extends DefaultFeature {
sphere = new SDFTranslate().setTranslate(0, offsetY, 0).setSource(sphere);
int leafCount = (int) (radius * 0.5F) + 2;
System.out.println("Origin " + pos);
for (int i = 0; i < 4; i++) {
float angle = (float) i / 4 * MHelper.PI2;
List<Vector3f> spline = SplineHelper.copySpline(LEAF);