Perlin_Marble : TextureMap

Perlin_Marble - superclass: textureMap; super-superclass:material - classID: #(598543081, 361593480) 

Value > MAXWrapper > Material > TextureMap > Perlin_Marble

 

   

Materials and Maps - Quick Navigation

Constructor

Perlin_Marble ... 	 
perlinMarble...   

Properties

<Perlin_Marble>.size Float default: 50.0 -- animatable 

Sets the size of the marble pattern. Change this to change the scale of marble, relative to the object’s geometry.

   

<Perlin_Marble>.level Float default: 8.0 -- animatable, alias: Levels 

Sets the number of times the turbulence algorithm is applied. Can range from 1.0 to 10.0. The higher the value, the more complicated the marble pattern.

   

<Perlin_Marble>.color1 Color default: (color 189.975 189.975 160.65) -- animatable, alias: Color_1 

The first color used in the marble.

   

<Perlin_Marble>.saturation1 Float default: 85.0 -- animatable, alias: Color_1_Saturation 

Controls the saturation of the color in the map, without altering the color displayed in the color swatch. Lower values darken the color, and higher values lighten it.

   

<Perlin_Marble>.map1 TextureMap default: undefined 

Map used in place of color1 .

   

<Perlin_Marble>.map1Enabled Boolean default: true -- alias: EnableMap1 

When on, the associated map is enabled.

   

<Perlin_Marble>.color2 Color default: (color 59.925 89.25 59.925) -- animatable, alias: Color_2 

The second color used in the marble.

   

<Perlin_Marble>.saturation2 Float default: 70.0 -- animatable, alias: Color_2_Saturation 

Controls the saturation of the color in the map, without altering the color displayed in the color swatch. Lower values darken the color, and higher values lighten it.

   

<Perlin_Marble>.map2 TextureMap default: undefined 

Map used in place of color2 .

   

<Perlin_Marble>.map2Enabled Boolean default: true -- alias: EnableMap2 

When on, the associated map is enabled.

   

<Perlin_Marble>.coords StandardXYZGen -- alias: Coordinates 

See StandardXYZGen for the StandardXYZGen properties.

See Also