Provides access to members that encode and decode normals and 2D texture coordinates into a single double value.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
PackNormal | Encodes a normal into part of a double. A normal and texture information can both be packed in a single double without conflict. | |
PackTexture2D | Encodes texture coordinates into part of a double. A normal and texture information can both be packed in a single double without conflict. | |
UnPackNormal | Decodes a normal from a double. | |
UnPackTexture2D | Decodes texture coordinates. |
CoClasses that implement IEncode3DProperties
CoClasses and Classes | Description |
---|---|
GeometryEnvironment | Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods. |