Dmitry Tabakerov's profile

Three-Scroll Unified Chaotic System

Three-Scroll Unified Chaotic System
float a = 40;
float b = 55;
float c = 1.833333;
float d = 0.16;
float e = 0.65;
float f = 20;
for (int i = 0; i < iterations; i++) {
    pos.x += dt * (a*(pos.y - pos.x) + d*pos.x*pos.z);
    pos.y += dt * (b*pos.x-pos.x*pos.z+f*pos.y);
    pos.z += dt * (c*pos.z+pos.x*pos.y - e*pos.x*pos.x);
    addpoint(0, pos);
}
Three-Scroll Unified Chaotic System
Published:

Three-Scroll Unified Chaotic System

Strange attractor, model created with SideFX Houdini, rendered with Blender 3D Cycles (2.8 beta)

Published: