Grass, moss, fixes
This commit is contained in:
parent
eb1ae97c50
commit
2c2757ba8e
12 changed files with 43 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue