From d1efc350007b445434ccf26ee8524dbe9fb180b9 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Fri, 25 Aug 2023 19:23:11 +0000 Subject: [PATCH] add demos to README.md --- orx-mesh-generators/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orx-mesh-generators/README.md b/orx-mesh-generators/README.md index e1278ff6..5a1a8838 100644 --- a/orx-mesh-generators/README.md +++ b/orx-mesh-generators/README.md @@ -144,3 +144,13 @@ Check out the [source code](src/commonMain/kotlin) to learn about function argum [source code](src/jvmDemo/kotlin/DemoExtrude04.kt) ![DemoExtrude04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/DemoExtrude04Kt.png) + +### DemoExtrude05 +[source code](src/jvmDemo/kotlin/DemoExtrude05.kt) + +![DemoExtrude05Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/DemoExtrude05Kt.png) + +### DemoExtrude06 +[source code](src/jvmDemo/kotlin/DemoExtrude06.kt) + +![DemoExtrude06Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/DemoExtrude06Kt.png)