I need to test whether I file is set to pre-multipled before I know whether to save it as such or not.
Where do I use this tho? And how do I use [b]getPreMultAlpha/b on a file?
Ok found this in the help file and unsure how to use it… [b][b][color=white][b]Targa : BitmapIO[/b][/color][/b][/b] [left][b][b]Targa – superclass:…
Realised as I wrote it that it was Execute that I needed… Any of the following work… val = “[255,255,255]” col = (execute val) as color val = “c…
Sorry J-man your solution requires more effort
Cheers guys, had thought of doing something similar to the mod function so will try that. Rgds
You can get the objects center position, determin it’s max and min points and then you can work out the center point of your circle and the radius of …
I’d render things out in layers and use Zbuffer channels to control opacity in post. Or there might be a way to bake this information back in and get …
And as I’ve been modelling all day and need to stretch my mind a little… –set our surface object as the Plane theobj = $Plane01 –get the ranges of…
Get the surface length then surface width, use Random function to get a random point on length and width then do a ray test using those co-ordinates t…
a = GetLastRenderedImage() display a Look up bitmap values for how to save the image to disk for example.