4 - Procedurally generate fractal Rotater file from Scheme


Projects:

<<<

1

2

3

4

5

6

7

8

9

>>>


  • Goal: To use Scheme to procedurally generate a 3-D fractal to be viewed in Rotater
    • You'll use similar Scheme graphics routines to write a series of 3D fractal Rotater files based on the same 3D fractal at different levels of recursion.
    • Name them YourNameFractalnameNum.rot, e.g.,
      • DanGarciaBigTree0.rot
      • DanGarciaBigTree1.rot
      • DanGarciaBigTree2.rot
  • Resources:


circlies.rot


cubies.rot


LayeredCCurve.rot


LayeredDragon.rot


Projects:

<<<

1

2

3

4

5

6

7

8

9

>>>