> Hi, how to make transparent objects in the scene?
Maukin, Sorry to say this is not a MoI feature.
MoI has a script for capturing the screen image to memory.
code: script:var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 2; v.renderToClipboard( 2400, 1200 ); moi.view.lineWidth = 1; }
I use Adobe Photoshop to blend different captures to give the illusion of transparency.
Mike
|