Go to the source code of this file.
|
namespace | Visibility |
| Implements a resource loader for models.
|
|
namespace | Models |
| A model resource consists of nodes, each of which inhibit some information read from an .n3 file.
|
|
◆ IMPLEMENT_NODE_ALLOCATOR
#define IMPLEMENT_NODE_ALLOCATOR |
( |
| FourCC, |
|
|
| Type ) |
Value:
new (node) Models::Type; \
return node; \
});
Definition modelnode.h:54
void * Alloc(HeapType heapType, size_t size, size_t alignment)
Allocate a block of memory from one of the global heaps.
Definition osxmemory.cc:56
@ ObjectHeap
Definition osxmemoryconfig.h:27