You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While breaking down the program to see how the shapes change with each operation, I changed the unit cube to better visualise what the first iteration of the fractal looks like:
It would appear that the 2 circled portions of the fractal are actually 3 cubes stacked next to each other, and not a single cube. Perhaps that is causing the strangeness seen in the second iteration of the fractal.
Changing center_row to the following appears to fix the fractal (s instead of inner_row):
Here is a program that should result in a Mosely snowflake:
https://share.sourceacademy.org/lab29
Here is the output.
The red circle indicates a possible bug: a wrongly displaced component.
The text was updated successfully, but these errors were encountered: