cgneuling
@cgneuling
New Member
Joined: Feb 14, 2024
Topics: 15 / Replies: 42
Reply
RE: Collision Detection Algorithm

Yes they are. And the problem is that even in the first frame they collide.

13 years ago
Forum
Reply
RE: Collision Detection Algorithm

yes but the problem is I don’t know how to get away all collisions . When I have a scene at just one time step, where 100 of my 1000 bounding boxes co…

13 years ago
Forum
Reply
RE: Collision Detection Algorithm

The problem is that in every frame some of them overlap. So I have no frame where nothing overlaps.

13 years ago
Forum
Reply
RE: Collision Detection Algorithm

Their move is only controlled by the animation path…the position of the object center per time frame. So I want to make the collision detection per fr…

13 years ago
Forum
Reply
RE: Collision Detection Algorithm

When I am looking for collisions than I calculate the vector between the two center points of the two spheres and then I look if the length of this ve…

13 years ago
Forum
Topic
Forum
Replies: 15
Views: 62
Reply
RE: Plugins – How to write?

Yes I need that. Thanks a lot

13 years ago
Forum
Reply
RE: Plugins – How to write?

Thanks a lot. a float array works now, but I have the problem that Value* temp = new Point3Value(a) does not work. a is a value of type Point3. Is the…

13 years ago
Forum
Reply
RE: Plugins – How to write?

I have tried now this code for a one dimensional array. But it doesn’t work either. 3ds Max closes when i call Test(5);: def_visible_primitive(Test,“T…

13 years ago
Forum
Reply
RE: Plugins – How to write?

Ok now it works but when I call the function in maxscript I get the error: Memory allocation error (re)sizing array. This happens in the code line vl….

13 years ago
Forum
Reply
RE: Plugins – How to write?

I have already included this header files. Can there be another reason that it doesn’t work? ps: I cant find that chapter in the SDK.

13 years ago
Forum
Reply
RE: Plugins – How to write?

If I write FLOAT:: intern(positon[i][j]) I get the message: FLOAT must be a class or namespace when following by :: and intern is not a member of glob…

13 years ago
Forum
Topic
Forum
Replies: 0
Views: 16
Topic
Forum
Replies: 0
Views: 14
Reply
RE: Plugins – How to write?

sorry. i pushed the enter button. @spider853: thanks for the answer. I will try that. Do you know if it is also possible to give two arrays back?

13 years ago
Forum
Page 3 / 4