![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
GraphNode that draws a shadow under an object. More...
#include <graph_node.h>
Data Fields | |
struct GraphNode | node |
s16 | shadowScale |
u8 | shadowSolidity |
u8 | shadowType |
GraphNode that draws a shadow under an object.
Every object starts with a shadow node. The shadow type determines the shape (round or rectangular), vertices (4 or 9) and other features.
s16 GraphNodeShadow::shadowScale |
u8 GraphNodeShadow::shadowSolidity |
u8 GraphNodeShadow::shadowType |