This document is archived and information here might be outdated. Recommended version. |
Provides access to members that encode and decode normals and 2D texture coordinates into a single double value.
Name | 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. |
Classes | Description |
---|---|
GeometryEnvironment | Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods. |