Demo files
Demo python source files are locate in demos folder.
To create demos trees, import demo file from geonodes and run the demo function
as shown below
# counters demo
from geonodes.demos import counters
counters.demo()
The modifiers created in the demo can be used.
The avaiable demos are:
- shaders : simple materials
- random : random values generators
- arrows : single arrow and field of arrows
- counters : clocks and counters
- curly : playing with curve handles
- explosion : kinematics simulation with gravity and viscosity, how to fracture a mesh
- topology : displaying domain indices
- cam_culling : remove geometry outside camera field of view