AI로 유사한 모델 찾기
프로필 출력(0)
모델 파일(0)
게시일: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;
