Class DrawLsystem
java.lang.Object
|
+--DrawLsystem
- public class DrawLsystem
- extends java.lang.Object
This Java application shows how to use the Lsystem class to put an
L-system in a Java 3D scene. Use the example L-system provided, "weed.lsys".
Compile with: "javac DrawLsystem.java"
Run with: "java -Xmx64m DrawLsystem weed.lsys" (if you have 64 megs RAM)
Constructor Summary |
DrawLsystem(java.lang.String filename)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DrawLsystem
public DrawLsystem(java.lang.String filename)
main
public static void main(java.lang.String[] args)