why would you need to have the target rotation? target is a dummy point around wich you’ll eventually rotate the camera so i guess you’d need the cam…
he linked the page dotNet.setLifetimeControl theTimer #dotnet
Juliusz: that a lot of stuff in MaxScript had broken in the latest version dunno, never had big problems so far. i always defined the functions o…
this should work customFlags = attributes custFlags attribID:#(0x281c9c82, 0x33ddf1b5) ( parameters params rollout:controls ( value type:#integ…
i know, i wrote it in post °10 since the blue channel maximum (or 1.0) is way less than the green i see no other options unless you want to normalize…
so in the end the function would be fn swap_gb c = ( local nr =0.229 local ng =0.587 local nb =0.114 color c.r (c.b*nb/ng) (c.g*ng/nb) ) sw…
this works ok with the displacement method this will exceed the 0-1 space tough so i’m not sure it will be good for the purpose ( nr =0.229 ng =0.58…
Ok, i found this en.m.wikipedia.org Relative luminance Relative luminance follows the photometric definition of luminance, but…
ok that blows me away… i understand now your point but numerically they are the same changing the background will also affect your perception doesn…
what do you mean by color intensity? i’m not sure but seems ok here to swap as you did in linear space tYyBqfPc6n.gif695x634 161 KB could it be a…
thank you, it works perfectly this way maybe because of the dialog that opens in the correct page! thanks
nevermind, setUIColor 41 [0.7,0.6,0.5] 41 was what i needed with “use custom interface gradient colors” as background option
your code is wrong, a function without name and equals. there are quite a few syntax errors try this and see if you can use it to fit your needs try…