josephjacir
@josephjacir
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 10
Reply
RE: [maxscript] KDTree. Can we make it faster?

Serejah: Yeah, it would be great to support lots of various point sources. With trimeshes you can use getHandleByAnim which is pretty convenient to …

4 years ago
Forum
Reply
RE: [maxscript] KDTree. Can we make it faster?

One nitpick so far: ia_methods = ia_type.getmethods() — [ 67 ] >> .create that takes list<t> as a parameter Relying on the index numbe…

4 years ago
Forum
Reply
RE: Projection modifier: setting source type to "vertex color" from script

Wow, that worked. Thank you. Additionally, it seems to be possible to set sourceMapChannel to a negative index to select the other radio buttons. Th…

4 years ago
Forum
Reply
RE: [maxscript] KDTree. Can we make it faster?

Agreed. Did you spot a bug in the k-D tree implementation, @denisT? With the bottleneck, so far, being mostly due to the environment I am not sure whe…

4 years ago
Forum
Reply
RE: [maxscript] KDTree. Can we make it faster?

Interesting – what script are those output logs from?

4 years ago
Forum
Reply
RE: [maxscript] KDTree. Can we make it faster?

Here’s an interesting finding after doing some profiling work… I wrote a basic linear search: struct PointSearcher ( points = #(), fn linearSear…

4 years ago
Forum
Reply
RE: [maxscript] KDTree. Can we make it faster?

Sorry to dredge up the thread again, but am I correct in that this would only split on the X and Y axes, and is therefore a K-D tree of only 2 dimensi…

4 years ago
Forum
Topic
Forum
Replies: 0
Views: 24
Topic
13 years ago
Forum
Replies: 0
Views: 17
Reply
RE: Creating materials

Okay, another question. I have written this: mymat = StandardMaterial() basefilename = “C:\blah exture.png” mymap = Bitmaptexture filename:(basef…

15 years ago
Forum
Reply
RE: Creating materials

Thanks. So without the () the constructor is not being called? What type of value is being stored, in that case?

15 years ago
Forum
Topic
Forum
Replies: 5
Views: 22
Reply
RE: assign noise_float to float_list

And, I just figured it out. It needs to be $.Position.controller.Z_Position.controller.available.controller = noise_float();

17 years ago
Forum
Topic
Forum
Replies: 1
Views: 12