DoubleSided : Material

DoubleSided - superclass: material; super-superclass:MAXWrapper - classID: #(528, 0) 

Value > MAXWrapper > Material > DoubleSided

 

   

Materials and Maps - Quick Navigation

Constructor

doubleSided... 	 
doubleSidedMat... 

Properties

<DoubleSided>.translucency Float default: 0.0 -- animatable 

The amount that one material shows through the other.

This is a percentage that can range from 0.0 to 100.0.

At 100 percent, the outer material is visible on inner faces and the inner material is visible on outer faces.

At intermediate values, the specified percentage of the inner material "bleeds through" and is visible on outer faces.

   

<DoubleSided>.material1 Material default: Standard -- alias: Material_1 

The facing material.

   

<DoubleSided>.map1Enabled Boolean default: true -- alias: Map_1_Enable 

Turn on/off display of the facing material.

   

<DoubleSided>.material2 Material default: Standard -- alias: Material_2 

The back material.

   

<DoubleSided>.map2Enabled Boolean default: true -- alias: Map_2_Enable 

Turn on/off display of the back material.

   

See Also