Yes! I’ve tryed with integer64, but it didn’t work either. Haven’t thought about doubles.
Yes, that’s another curious thing… float!
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…
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 …
Oh! I see… Always in the XY plane, or in any plane ( ortogonal to XYZ or not)?
I can’t see the image either (but vectors don’t intersect eachother).
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…
Two previous questions: Are you talking about segment intersection or line (‘infinite segment’) intersection? Are you talking about 2D segments (in…
Protection never gets old, it will always be a topical issue. As @miauu, I’m interested too.
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…
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 …
One of the problems will be for debugging, if you want to know the line or variable name which has thrown the error.
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…
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 …