Path Tracer
Classes | Macros | Typedefs | Enumerations
metadata.h File Reference

Defines the data structures for holding node meta information. More...

#include <stdint.h>

Go to the source code of this file.

Classes

struct  aiMetadataEntry
 
struct  aiMetadata
 

Typedefs

typedef enum aiMetadataType aiMetadataType
 

Enumerations

enum  aiMetadataType {
  AI_BOOL = 0, AI_INT32 = 1, AI_UINT64 = 2, AI_FLOAT = 3,
  AI_DOUBLE = 4, AI_AISTRING = 5, AI_AIVECTOR3D = 6, AI_AIMETADATA = 7,
  AI_META_MAX = 8, FORCE_32BIT = INT_MAX
}
 

Detailed Description

Defines the data structures for holding node meta information.

Typedef Documentation

◆ aiMetadataType

Enum used to distinguish data types

Enumeration Type Documentation

◆ aiMetadataType

Enum used to distinguish data types