Macros for backwards compatibility only - do not include this in new code. More...
Go to the source code of this file.
Typedefs | |
| typedef void(* | AtBucketCallback) (int mode, int index, int nbuckets, const AtBucketCoords *bucket_list, AtBucketCoords *coords) |
Functions | |
| AI_API void | AiCameraCreateRayDeprecated (const AtNode *node, const AtCameraInput &input, AtCameraOutput &output, uint16_t tid) |
| AI_API void | AiRenderSetCallback (AtBucketCallback cb) |
Variables | |
| AI_DEPRECATED typedef AtVector | AtPoint |
| AI_DEPRECATED typedef AtVector2 | AtPoint2 |
| AI_DEPRECATED typedef AtRGB | AtColor |
Macros for backwards compatibility only - do not include this in new code.
IMPORTANT: Only include this file from .c or .cpp. Never include this in a .h file. Also, make this the last thing you include to avoid problems with system or 3rd party header files.