wahooney, I like it. Maybe you can explain about the “good old binary math” ? Georg
You cannot wire an vector [1,1,1] like the gizmo scale to a float. You will have to extract an part [x,y,z] and wire this to the spinner. I am not sur…
( — the settings matIDoffset = 2 — the script theSel = selection as array for theObj in theSel do( theObjType = classof theObj case the…
this is for editbale_mesh: it adds a offset to the materialId of each face in a editable_mesh object: ( — the settings matIDoffset = 2 — th…
Yannick, the code looks great – but I cannot test it – no max9. So have to ask you a theoretical question: is it possible to design a form with the …
You could write a maxscript to select random cubes. Then apply your modfiers and materials to them. I am sure there is something like this on scripts…
create your uber, wiz-bang controls in c#, and use those in maxscript. Can we use Visual Studio C# 2005 Express for this? Georg
nobody said this will be “simple”. You could also wire all your objects to change the shape of you cabinet. But this is as complex as writing a objec…
thank you. Georg
please tell me when to use this? I googled it and it seems to be needed to write endian independent code. Where could one use this in max? regards, …
& should be bit.and as && is a logical AND. Georg
maybe you can use bitarray values to mimic bitshifting? But this is only a guess to subscribe to this thread. Georg
Maybe you might want to take a look at the “delaunay triangualation”: [via ] There are several implementations for programming languages and a good …
The opposite direction can be achieved by multipling with -1. Georg