d3coy
@d3coy
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 123
Topic
Forum
Replies: 0
Views: 17
Reply
RE: Python + MXS

Excellent, eagerly awaiting those dll’s ehulser

17 years ago
Forum
Reply
RE: Bone-based Hair collision

There’s a great paper called: “Advanced Character Physics” by Thomas Jakobsen I downloaded it a while back, you should be able to find it on Google……

17 years ago
Forum
Reply
RE: Calculating acceleration

I think the method of averaging the previous (t-1) and future (t+1) velocity integrations would yield more accurate readings at time t, like you say B…

17 years ago
Forum
Reply
RE: Calculating acceleration

double post :rolleyes:

17 years ago
Forum
Reply
RE: Calculating acceleration

I think so too, haha. Thanks for going back and forth with me on this, eek. I was always under the impression that speed is velocity? I just don’t …

17 years ago
Forum
Reply
RE: Calculating acceleration

But a vector is a direction and a magnitude, is it not? From Wikipedia: In physics, velocity is defined as the rate of change of position. It is a …

17 years ago
Forum
Reply
RE: Calculating acceleration

Ahhh I dunno guys. In 3-space, velocity is a vector quantity, just as acceleration is also a vector. Velocity is both a speed and a direction – the …

17 years ago
Forum
Reply
RE: Calculating acceleration

You can get an object’s velocity at a time t by: (at time t obj.pos) – (at time (t-1) obj.pos) “at time” is the MXS context you use to get an obje…

17 years ago
Forum
Reply
RE: Getting something to "vibrate"

Ahh I see, I misunderstood your question I often get carried away and make large unnecessary posts; nothing new, haha. I hope someone else can help…

17 years ago
Forum
Reply
RE: Getting something to "vibrate"

I believe you mean that the particle’s position changes too rapidly frame to frame? The reason is because the script is being called at every integra…

17 years ago
Forum
Reply
RE: Maxscript and Net rendering

Hey Bercon, I know the problem you speak of. Its very strange, but when manipulating the image io settings, they don’t transfer over when netrenderi…

17 years ago
Forum
Reply
RE: Collect and Move Maps to Folder

haha, I feel the same way. One function to rule them all… I guess I’ll continue writing special-case material fetching code.

17 years ago
Forum
Reply
RE: Collect and Move Maps to Folder

For some scripts I’ve written in the past I used getclassinstances and searched through some modifiers on a “special case” basis (like displace mod as…

17 years ago
Forum
Reply
RE: New MXS Editor

Excellent! Thanks Yannick for the link.

17 years ago
Forum
Page 1 / 9