iaoai
@iaoai
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 27
Reply
7 years ago
Forum
Topic
Forum
Replies: 0
Views: 13
Topic
Forum
Replies: 0
Views: 16
Reply
RE: sort array problem

1.Mscript):time:0.031s memory:334060L clearListener() fn naturalSort name1 name2 = ( base1 = trimright name1 “0123456789” base2 = trimright na…

10 years ago
Forum
Reply
RE: sort array problem

1)time:0.031s memory:44740L 2)time:0.016s memory:1148L clearListener() fn splitNumeratedName name = ( string = trimright name “01234567…

10 years ago
Forum
Reply
RE: sort array problem

time:0.172s memory:135060L this method hard to perse,just for comparison. clearListener() tstart = timestamp() mstart = heapfree for i = 1 to 200 …

10 years ago
Forum
Reply
RE: sort array problem

time:0.031s memory:17700L clearListener() speresArr = for i=1 to 200 collect (sphere radius:(random 4 10) pos:(random [-100.0,-100.0,-100.0] [100.0,…

10 years ago
Forum
Reply
RE: sort array problem

created 200 spheres ,i compared these methods in speed and memory,hope it useful to newbie like me. method of Branko Živković: time:0.031s memory:177…

10 years ago
Forum
Reply
RE: sort array problem

OH! my god ,Denis Trofimov,big brother,I love you, Thank you veryyyyyyyyy much! :bowdown: :bowdown: :bowdown: :bowdown: THANK Branko Živković for …

10 years ago
Forum
Reply
RE: I want to know how to…?

General MXS programming (make it fast and memory friendly) is my most interesting, maxscript reference has some explaining and examples about “make i…

10 years ago
Forum
Reply
RE: sort array problem

THANK Branko Živković, THANK Jorge Rodríguez, Denis Trofimov you like a teacher,give me a clue and help me solve my trouble by myself,I believe this…

10 years ago
Forum
Topic
Forum
Replies: 35
Views: 79
Reply
RE: 1399508779607-1399508769673=0?how to fix it?

Thanks guys, I found the detail in “64 Bit Values – Double, Integer64, IntegerPtr” of maxscript reference, and I knew there are three way to solve 139…

11 years ago
Forum
Reply
RE: 1399508779607-1399508769673=0?how to fix it?

1399508779607L – 1399508769673L “L” is great,it hacks the limitation of number vaild range,but I look through maxscript reference can’t find where “L…

11 years ago
Forum
Reply
RE: Rotate object – math problem

delete objects –plane pl = plane pos:[0,0,0] width:20 length:10 wirecolor:yellow spl = splineShape render_thickness:0.2 render_renderable:true rende…

11 years ago
Forum
Page 1 / 3