powernemo
@powernemo
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 8
Reply
RE: vector math problems (ojb place from 2 points)

This could work function PointBetweenLine P1 P2 F = ( return (P1 + (P2 – P1) * F ) ) myDist = 2.0 pointsDist = [(abs (p2.x – p1.x)),(abs (p2.y – p…

10 years ago
Forum
Reply
RE: Ray grid between 2 points and a direction

Yep! That seems to work! Thanks a lot for your help!

10 years ago
Forum
Reply
RE: Ray grid between 2 points and a direction

Cool, I did not see your reply cause I was adding mine now it’s much better, thank you! But try to move the light around, you will see that the 2 po…

10 years ago
Forum
Reply
RE: Ray grid between 2 points and a direction

Ok added the rotation to your code, still having an incorrect bounding box with rotated light : ( fn getPointRayProjection p r = r.pos + r.dir…

10 years ago
Forum
Reply
RE: Ray grid between 2 points and a direction

Wow , that looks a pretty interesting solution, thank you very much. There is still a little if i rotate the light in fact a side of the plane should…

10 years ago
Forum
Topic
Forum
Replies: 7
Views: 26
Reply
RE: Getting max thumbnail issue.

Hi Haavard, Yes I meant the DocumentSummaryInformatio, sorry, my bad. Anyway the post you linked it’s really useful, thank you! I did not notice there…

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

This thread is awesome, great work guys! I was wondering if with the same method would be possible to get also the info present in the FileAssetMetaD…

11 years ago
Forum
Reply
RE: MaxFind or getMAXFileAssetMetadata ? actually none of them works correctly…

Yes, thanks for your reply, i’ve noticed that’s the newest one. Too bad though max has updating issues with metadata. I must refresh them (with the AT…

13 years ago
Forum