DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: Setting SaveBitmap .tga Un-premultiplied?

I need to test whether I file is set to pre-multipled before I know whether to save it as such or not.

16 years ago
Forum
Reply
RE: Setting SaveBitmap .tga Un-premultiplied?

Where do I use this tho? And how do I use [b]getPreMultAlpha/b on a file?

16 years ago
Forum
Reply
RE: Setting SaveBitmap .tga Un-premultiplied?

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:…

16 years ago
Forum
Topic
Forum
Replies: 7
Views: 19
Reply
RE: Urgent – Convert string to color?

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…

16 years ago
Forum
Topic
Forum
Replies: 5
Views: 18
Reply
RE: Looping a tool….

Sorry J-man your solution requires more effort

16 years ago
Forum
Reply
RE: Looping a tool….

Cheers guys, had thought of doing something similar to the mod function so will try that. Rgds

16 years ago
Forum
Topic
Forum
Replies: 6
Views: 17
Reply
RE: Optimized bounding sphere?

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 …

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 11
Reply
RE: Looking for a way to do a "soft" camera clip

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 …

16 years ago
Forum
Reply
RE: How to get an XYZ coordinate on a surface randomly

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…

16 years ago
Forum
Reply
RE: How to get an XYZ coordinate on a surface randomly

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…

16 years ago
Forum
Reply
RE: How to access Last Rendered Image ?

a = GetLastRenderedImage() display a Look up bitmap values for how to save the image to disk for example.

16 years ago
Forum
Page 62 / 76