User Tools

Site Tools


tutorials:xl-turtle-geometry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:xl-turtle-geometry [2024/11/29 19:47] ksmolentutorials:xl-turtle-geometry [2024/12/18 10:02] (current) – [3D objects] Tim
Line 126: Line 126:
 ===== 3D objects ===== ===== 3D objects =====
  
 +As mentioned above in GroIMP we are not limited to the turtle commands but we can also use geometrical objects.
  
-===== Modules ===== 
- 
-==== Instantiation rules ==== 
- 
-===== Edge types ===== 
- 
-==== Branches ==== 
- 
-==== Decomposition & custom ==== 
  
 +<code java>
 +protected void init ()
 +[
 + Axiom ==> F Sphere(1);
 +]
 +</code>
  
tutorials/xl-turtle-geometry.1732906021.txt.gz · Last modified: 2024/11/29 19:47 by ksmolen