Render 2D wireframe

hi guys, Can anyone help me for 2D render in max 2009. it's not exactly 2D but it looks like. I am uploading a image what exactly I am looking for. Thanx.

AttachmentSize
referance.jpg206 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Budi G's picture

Why you don't use "ink n

Why you don't use "ink n paint" material ?

This one sample of script using "ink n paint" material :

-----------------------------------------------------------------------------

meditMaterials[1] = InkNPaint paint_color:white min_ink_width:1.0 shade_amt:100 -- apply ink n paint material

for i in $* do ( i.material = meditMaterials[1] ) -- apply ink n paint material Color to objects

backgroundColor = white -- set environment background Color

actionMan.executeAction 0 "50048" -- open Material Editor 

----------------------------------------------------------------------------

 

example usage :

- First reset max scene ... then create some object geometry.

- Run this script...

- Next you can Render by pressing F9 - Done ... !

- If you want modify setting ink n paint material , changed any value on material editor.

 

Well, Is that what you need ? Smile

 

 

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.