Used by dynamically-linked nodes to return node info. More...
#include <ai_plugins.h>
Data Fields | |
int | node_type |
type of node (AI_NODE_SHADER , AI_NODE_CAMERA , etc) | |
AtByte | output_type |
output type for shader nodes (AI_TYPE_RGB , etc) | |
const char * | name |
name of this plug-in node ("lambert", etc) | |
void * | methods |
pointer to this node's methods | |
char | version [AI_MAXSIZE_VERSION] |
Arnold version that this node was compiled against. | |
Used by dynamically-linked nodes to return node info.