Altaxo. |
| Class | Description | |
|---|---|---|
| GraphicsContext3DBase | Provides the base implementation for three-dimensional graphics contexts. | |
| GraphicsContextD3DPrimitivesBase | Provides helpers for drawing low-level 3D primitives. |
| Structure | Description | |
|---|---|---|
| PositionIndexedTriangleBuffers | Groups indexed triangle buffers that use positions, with optional color or UV data. | |
| PositionNormalIndexedTriangleBuffers | Groups indexed triangle buffers that use positions and normals, with optional color or UV data. |
| Interface | Description | |
|---|---|---|
| IGraphicsContext3D | Represents a 3D graphics context. | |
| IIndexedTriangleBuffer | Interface to a buffer that stores indexed triangle data. This interface is the base interface of all indexed triangle buffers. | |
| IOverlayContext3D | Represents a 3D overlay context. | |
| IPositionColorIndexedTriangleBuffer | Interface to a buffer that stores indexed triangle data consisting of position and color. | |
| IPositionColorLineListBuffer | Interface to a buffer that stores colored line-list data consisting of position and color. | |
| IPositionColorTriangleBuffer | Interface to a buffer that stores non-indexed triangle data consisting of position and color. | |
| IPositionIndexedTriangleBuffer | Interface to a buffer that stores indexed triangle data consisting of position. | |
| IPositionNormalColorIndexedTriangleBuffer | Interface to a buffer that stores indexed triangle data consisting of position, normal and color. | |
| IPositionNormalIndexedTriangleBuffer | Interface to a buffer that stores indexed triangle data consisting of position and normal. | |
| IPositionNormalUIndexedTriangleBuffer | Interface to a buffer that stores indexed triangle data consisting of position, normal, and a scalar value. | |
| IPositionNormalUVIndexedTriangleBuffer | Interface to a buffer that stores indexed triangle data consisting of position, normal and texture coordinates. | |
| IPositionUVIndexedTriangleBuffer | Interface to a buffer that stores indexed triangle data consisting of position and texture coordinates. | |
| ITransformationContext | Provides transformation information for a 3D graphics context. |