Message 1 of 1
rotate a rendered frame

Not applicable
10-06-2008
07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi, let's say I wanna use maxscript to rotate a rendered frame while it is still in the memory. Can it be done?
There doesn't seem to be any maxscript functions that can do the job. What I'm currently doing is manually collecting the pixels using getpixels() and setpixels() as a workaround but it is incredibly slow.
Does anyone know how to do a rotate?
There doesn't seem to be any maxscript functions that can do the job. What I'm currently doing is manually collecting the pixels using getpixels() and setpixels() as a workaround but it is incredibly slow.
Does anyone know how to do a rotate?