Spacedisplace - superclass: SpacewarpObject; super-superclass:node - classID: #(938560, 0)

Constructor
spaceDisplace...Properties
<Spacedisplace>.strength Float default: 0.0 -- animatableWhen set to 0.0, the Displace warp has no effect.
Values greater than 0.0 displace object geometry or particles away from the position of the Displace space warp object.
Values less than 0.0 displace geometry toward the warp.
<Spacedisplace>.decay Float default: 0.0 -- animatableBy default, the Displace warp has the same strength throughout world space.
Increasing Decay causes displacement strength to diminish as distance increases from the position of the Displace warp object.
<Spacedisplace>.lumCenterEnable Boolean default: false Turn on/off use of the luminance center.
<Spacedisplace>.lumCenter Float default: 0.5 -- animatableBy default, the Displace space warp centers the luminance by using medium (50%) gray as the zero displacement value.
Gray values greater than 128 displace in the outward direction (away from the Displace warp object) and gray values less than 128 displace in the inward direction (toward the Displace warp object).
<Spacedisplace>.bitmap Bitmap default: undefinedBitmap assigned to use for displacement.
<Spacedisplace>.map TextureMap default: undefinedTexture map assigned to use for displacement.
<Spacedisplace>.blur Float default: 0.0 -- animatableIncrease this value to blur or soften the effect of the bitmapped displacement.
<Spacedisplace>.maptype Integer default: 0The map projection type:
0 - Planar (Projects the map from a single plane.)
1 - Cylindrical (Projects the map as if it were wrapped around the cylinder.)
2 - Spherical (Projects the map from a sphere, with singularities at the top and bottom of the sphere, where the bitmap edges meet at the sphere's poles.)
3 - Shrink Wrap (Truncates the corners of the map and joins them all at a single pole, creating one singularity.)
<Spacedisplace>.length Float default: 1.0 -- animatableThe length of the bounding box on the space warp gizmo.
<Spacedisplace>.width Float default: 1.0 -- animatableThe width of the bounding box on the space warp gizmo.
<Spacedisplace>.height Float default: 1.0 -- animatableThe height of the bounding box on the space warp gizmo.
<Spacedisplace>.U_Flip Boolean default: falseWhen on, reverses the orientation of the map along the U-axis.
<Spacedisplace>.U_Tile Float default: 1.0 The number of times the map repeats along the U-axis.
<Spacedisplace>.V_Flip Boolean default: falseWhen on, reverses the orientation of the map along the V-axis.
<Spacedisplace>.V_Tile Float default: 1.0 The number of times the map repeats along the U-axis.
<Spacedisplace>.W_Flip Boolean default: false When on, reverses the orientation of the map along the W-axis.
<Spacedisplace>.W_Tile Float default: 1.0 The number of times the map repeats along the U-axis.
The following properties are defined for SpaceDisplace, but are not used:
<Spacedisplace>.axis Integer default: 0
<Spacedisplace>.cap Boolean default: false
<Spacedisplace>.useMap Boolean default: false
<Spacedisplace>.applyMap Boolean default: falseAssociated Methods
bindSpaceWarp <node> <spaceDisplace_node>Associated Binding Modifier
DisplaceBindingThis modifier is automatically created by the *bindSpaceWarp()* method, and is not otherwise creatable by MAXScript. There are no properties associated with this binding modifier.
*map* , a *Displacement_Map* subAnim is added to the parameters. The parameters of the subAnim correspond to the TextureMap properties.