Hi All
I intend to draw a bunch grass in java3d. I divided the x-z plane to
several blocks and in each block I choose some points randomly as the
start point of the grasses and draw a projectile path with random
initial velocity and angle. My problem is when I increase the number
of grass in each
Just set your JVM heap size to increase memory available:
use parameters -Xmx512m to put 512mo for jvm.
java -Xmx512m YourClass
--
Damien MAILLET
Damien MAILLET
Compagnie Generale de Geophysique
Geophysical Software Developper
Siamak S wrote:
Hi All
I intend to draw a bunch grass in