Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Dear friends

I'm trying to implement some fractal algorithms using maxscript and I have some questions,

1- do I choose right language and right software for this work? if no, what is your suggestion?

2- what do I need to start working about fractal in Maxscript? Like functions or classes?

3- I write a simple code to create a random spheres by 1 to 1000000 irritation but my computer system has not response. Also it worked for 1 to 10000 but I need a for irritation more than 1000000 times. what should I do?

in this preview you can see what is my work sample but this is not exactly my idea, for create this sample I used for loop irritation up to 10000:
http://pay24.ir/upload/upload_files/005.jpg[^]

Thank you so much
Posted
Comments
Sergey Alexandrovich Kryukov 23-Feb-15 12:18pm    
There is no "right" and "left" languages. Any non-nonsense language can be used, it its quality is good enough, depending on your experience, resources and even your working habits and individual taste.
—SA
Discover.ir 26-Feb-15 7:49am    
Hi Dear Sergey,
Thank you for help.

On openGL I got good but on 2D when I want to working on 3D projects OpenGL not response well. so I decide to choose 3D Max and using Maxscript code. but it seems this software need hi performance hardware because when I use this loop:

for i=1 to 1000000 do (
.
.
.
.
)

after 6 hours i did not see any results. !!
Sergey Alexandrovich Kryukov 26-Feb-15 8:54am    
Nothing unusual. I would say, for previously set CPU time, it's possible to build fractal algorithm which need more time. It's just the nature.
—SA
phil.o 26-Feb-15 8:00am    
If you irritate your loops, they will become upset ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900