add demos to README.md
This commit is contained in:
@@ -89,6 +89,7 @@ Check out the [source code](src/commonMain/kotlin) to learn about function argum
|
||||
|
||||
Demonstrate decal generator as an object slicer
|
||||
@see <img src="https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/decal-DemoDecal01Kt.png">
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/decal/DemoDecal01.kt)
|
||||
@@ -97,6 +98,7 @@ Demonstrate decal generator as an object slicer
|
||||
|
||||
Demonstrate decal generation and rendering
|
||||
@see <img src="https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/decal-DemoDecal02Kt.png">
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/decal/DemoDecal02.kt)
|
||||
@@ -104,6 +106,7 @@ Demonstrate decal generation and rendering
|
||||
### DemoAll
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoAll.kt)
|
||||
@@ -111,6 +114,7 @@ Demonstrate decal generation and rendering
|
||||
### DemoBox
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoBox.kt)
|
||||
@@ -118,6 +122,7 @@ Demonstrate decal generation and rendering
|
||||
### DemoComplex01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoComplex01.kt)
|
||||
@@ -125,6 +130,7 @@ Demonstrate decal generation and rendering
|
||||
### DemoComplex02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoComplex02.kt)
|
||||
@@ -132,6 +138,7 @@ Demonstrate decal generation and rendering
|
||||
### DemoComplex03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoComplex03.kt)
|
||||
@@ -139,6 +146,7 @@ Demonstrate decal generation and rendering
|
||||
### DemoComplex04
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoComplex04.kt)
|
||||
@@ -146,6 +154,7 @@ Demonstrate decal generation and rendering
|
||||
### DemoComplex05
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoComplex05.kt)
|
||||
@@ -155,6 +164,7 @@ Demonstrate decal generation and rendering
|
||||
Generates a grid of grids of boxes.
|
||||
Interactive orbital camera.
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoComplex06.kt)
|
||||
@@ -162,6 +172,7 @@ Interactive orbital camera.
|
||||
### DemoExtrude01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoExtrude01.kt)
|
||||
@@ -169,6 +180,7 @@ Interactive orbital camera.
|
||||
### DemoExtrude02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoExtrude02.kt)
|
||||
@@ -176,6 +188,7 @@ Interactive orbital camera.
|
||||
### DemoExtrude03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoExtrude03.kt)
|
||||
@@ -184,6 +197,7 @@ Interactive orbital camera.
|
||||
|
||||
Extruded Bézier tubes grown on a morphing Bézier surface.
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoExtrude04.kt)
|
||||
@@ -192,6 +206,7 @@ Extruded Bézier tubes grown on a morphing Bézier surface.
|
||||
|
||||
Extruded Bézier tubes grown on a morphing Bézier surface.
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoExtrude05.kt)
|
||||
@@ -201,6 +216,7 @@ Extruded Bézier tubes grown on a morphing Bézier surface.
|
||||
Demo extrudeContourStepsMorphed which allows to create a mesh with a morphing cross-section
|
||||
based on the t value along a Path3D. In other words, a tube in which the cross-section does not need
|
||||
to be constant, but can be scaled, rotated and displaced along its curvy axis.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoExtrude06.kt)
|
||||
@@ -208,6 +224,7 @@ to be constant, but can be scaled, rotated and displaced along its curvy axis.
|
||||
### tangents/DemoTangents01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/tangents/DemoTangents01.kt)
|
||||
|
||||
Reference in New Issue
Block a user