Find Similar with AI
Print Profile(0)
Model File(0)
Published:2026-01-26 21:39:16
0
0
Coullet attractor, kinds of strange attractor generated by equations below. Houdini.
float dx = @P.y;
float dy = @P.z;
float dz = alpha @P.x + beta @P.y + gamma @P.z + delta @P.x @P.x @P.x;
