aaandres
@aaandres
New Member
Joined: Feb 14, 2024
Topics: 52 / Replies: 726
Reply
RE: Modulus 'mod' function fails?!

Yes! I’ve tryed with integer64, but it didn’t work either. Haven’t thought about doubles.

8 years ago
Forum
Reply
RE: Modulus 'mod' function fails?!

Yes, that’s another curious thing… float!

8 years ago
Forum
Topic
Forum
Replies: 8
Views: 36
Reply
RE: Intersection between vectors – proper method?

Be careful because while Serejah’s code is valid for any 2D and 3D case, the DenisT’s code is only valid in 2D on the XY plane (or you should do a vec…

8 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

Serejah: If vec1 and vector defined by p1 and intersection point are co-directional and If vec2 and vector defined by p2 and intersection point are …

8 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

Oh! I see… Always in the XY plane, or in any plane ( ortogonal to XYZ or not)?

8 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

I can’t see the image either (but vectors don’t intersect eachother).

8 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

This is a fast algorithm to check 2D segment intersection, but I really don’t know if it’s what you are asking for. NOTES: Doesn’t gives the interse…

8 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

Two previous questions: Are you talking about segment intersection or line (‘infinite segment’) intersection? Are you talking about 2D segments (in…

8 years ago
Forum
Reply
RE: Using dotNet to protect maxscripts.

Protection never gets old, it will always be a topical issue. As @miauu, I’m interested too.

8 years ago
Forum
Reply
RE: Using dotNet to protect maxscripts.

As someones of you know, I started an obfuscation tool some months (years?) ago for maxscripts. It’s really hard to parse a script with all its possib…

8 years ago
Forum
Reply
RE: Using dotNet to protect maxscripts.

denisT: usually they use a library written on c++ that includes all “treasure” algorithms. All other is c# with no protection that’s actually what …

8 years ago
Forum
Reply
RE: Using dotNet to protect maxscripts.

One of the problems will be for debugging, if you want to know the line or variable name which has thrown the error.

8 years ago
Forum
Reply
RE: Using dotNet to protect maxscripts.

With a good obfuscation of the maxscript code, perhaps you can even ‘hide’ an IMAP check to avoid the script use? Don’t really know in fact how hard i…

8 years ago
Forum
Reply
RE: Saving my Choice Number from Dropdownlist to external file

unsuns06: Thank you for your quick answer, but your version is not working No ini file is generated. Yes, it works. I have changed the #scripts …

8 years ago
Forum
Page 16 / 52