<GeographicTextureModifier> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Modifier » ProjectionModifier » GeographicTextureModifier

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ForwardProjectForward projects a point from latitude, longitude coordinate space to the coordinate space of this modifier. For example, if this modifier is configured to represent a Universal Transverse Mercator projection for Zone 11, projecting the value ( -48.0, 121.0 ) returns easting and northing values appropriate for the projection settings.
int32ForwardProjectRegionForward projects a region from latitude, longitude coordinate space to the coordinate space of this modifier, and stores the projected coordinates in a <Float64Array> submitted to this function.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Material>MaterialThe GeographicTextureModifier only affects faces using the specified <Material>. Do not specify a <Material> if you wish to project all the Material nodes applied to the <Mesh>.
<Node>MaterialLinkThe GeographicTextureModifier only affects faces using the specified <Material>. Do not specify a <Material> if you wish to project all the Material nodes applied to the <Mesh>.
doubleMaximumLatitudeGets or sets the maximum latitude value for the projected texture.
doubleMaximumLongitudeGets or sets the maximum longitude value for the projected texture.
doubleMinimumLatitudeGets or sets the minimum latitude value for the projected texture.
doubleMinimumLongitudeGets or sets the minimum longitude value for the projected texture.
int32TextureCoordinatesSetThis parameter refers to the texture coordinates attribute channel to which the projection is applied: Channel 1, 2, or 3 in a Scenome application property sheet, or Texture0, Texture1, and Texture2 internally.
int32ValuesAreProjectedGets or sets the coordinate space of the input values. FALSE requires geodetic coordinate values ( -121deg, 45deg ). TRUE requires projected coordinate values ( 5347199, 599021 ).