Callback-Function Type Definitions
Parent module: Draw Module
- group a3d_draw_functions_pointers
- Deprecated:
The Draw module is deprecated.
Type definitions
Pushes the current matrix onto the stack. |
|
Pops the matrix off the stack. |
|
Multiplies the matrix on the top of the stack by another matrix. |
|
Begins drawing. |
|
Ends drawing. |
|
Returns all the points of a representation item tessellation. |
|
Projects the point. |
|
Un-projects the point. |
|
Draws a list of triangles. |
|
Draws a fan of triangles. |
|
Draws a triangle strip. |
|
Draws a list of triangles where each triangle has only one normal. |
|
Draws a fan of triangles with one normal. |
|
Draws a triangle strip with one normal. |
|
Draws a list of textured triangles. |
|
Draws a fan of textured triangles. |
|
Draws a triangle strip. |
|
Draws a list of textured triangles where each triangle has only one normal. |
|
Draws a fan of textured triangles, where each triangle has only one normal. |
|
Draws a triangle strip with one normal. |
|
Defines the color to be used for all subsequent entities. |
|
Defines the material to be used for all subsequent entities. |
|
Store current materials of the environment. |
|
Restore materials of the environment previously stored. |
|
Requests the projection, modelview matrix and the viewport. |
|
Draws a list of triangles without normals, for markups. |
|
Sets the environment to draw with screen coordinates. |
|
Ends the draw with screen coordinates. |
|
Sets the environment to draw with a fixed size. |
|
Ends the draw with fixed size. |
|
Draws a cylinder. |
|
Draws a polygon. |
|
Sets the environment to draw with a line width. |
|
Ends the draw with a line width. |
|
Draws a list of points. |
|
Defines a font. |
|
Sets the environment to draw with a line stipple. |
|
Ends the draw with a line stipple. |
|
Draws a symbol at the 3D position. |
|
Draws a polyline. |
|
Draws a text at current position. |
|
Draws a pattern. |
|
Draws a picture at current position. |
Enumerators
Enumeration for characterizing material. |
|
Enumeration for characterizing begin and end callbacks. |