![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
GraphNode that translates itself and its children. More...
#include <graph_node.h>
Data Fields | |
struct GraphNode | node |
void * | displayList |
Vec3s | translation |
u8 | pad1E [2] |
GraphNode that translates itself and its children.
Usage example: SUPER MARIO logo letters in debug level select. The display list can be null, in which case it won't draw anything itself.
void* GraphNodeTranslation::displayList |
u8 GraphNodeTranslation::pad1E[2] |
Vec3s GraphNodeTranslation::translation |