groutcho
@groutcho
New Member
Joined: Feb 15, 2024
Topics: 25 / Replies: 114
Reply
RE: Align two objects without using their pivots

This works perfectly fine Thanks Martijn!

12 years ago
Forum
Reply
RE: Align two objects without using their pivots

Yes I just had the idea to link the object to the helper, makes it easier Anyway I just can’t do Helper.transform = Newtransform, the two objects ju…

12 years ago
Forum
Reply
RE: Align two objects without using their pivots

My question would then be : How do you get the transform from A to B ?

12 years ago
Forum
Topic
Forum
Replies: 7
Views: 34
Reply
RE: Struct private, public members

There is no encapsulation in maxscript, everything in a structure is public.

12 years ago
Forum
Reply
RE: Constant speed vs constant intervals

I found the problem came from there : newTime =((camKeys[i-1].time + t * coeff) as integer) / 160 Since CamKeys[i-1].time changed (the key was move…

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: MXSEditor Control Plugin ( Beta )

Nice to be able to put the editor in a viewport, the window always bugs me.

12 years ago
Forum
Reply
RE: Calculating Surface Area

transPoint = gw.hTransPoint Doesn’t work with Nitrous :curious: Denis, does your snippet account for faces that doesn’t point at camera ?

12 years ago
Forum
Reply
RE: GroupBoxes – in development.

Here is the callback that changes the wirecolor of an object’s sibling to red. ( global IdentifyGroups_savedSiblings global IdentifyGroups_wireColo…

12 years ago
Forum
Reply
12 years ago
Forum
Reply
RE: GroupBoxes – in development.

for i = 1 to 3 do ( if n.min[i] < bMin[i] do bMin[i] = n.min[i] if n.max[i] > bMax[i] do bMax[i] = n.max[i] ) Is this really an optimization …

12 years ago
Forum
Reply
RE: GroupBoxes – in development.

fn getHierarchyBBox obj Bbox:#([0,0,0], [0,0,0]) = ( if (isValidNode obj) do ( if obj.min.x < Bbox[1].x do Bbox[1].x = obj.min.x if obj.min….

12 years ago
Forum
Reply
RE: GroupBoxes – in development.

I wouldn’t but companies who worked on my project before would. 😈

12 years ago
Forum
Reply
RE: GroupBoxes – in development.

The problem with bounding boxes is that it is less relevant when members of the group are far away from each other.

12 years ago
Forum
Page 1 / 10