Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Data Fields
GraphNodeShadow Struct Reference

GraphNode that draws a shadow under an object. More...

#include <graph_node.h>

Data Fields

struct GraphNode node
 
s16 shadowScale
 
u8 shadowSolidity
 
u8 shadowType
 

Detailed Description

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.

Field Documentation

◆ node

struct GraphNode GraphNodeShadow::node

◆ shadowScale

s16 GraphNodeShadow::shadowScale

◆ shadowSolidity

u8 GraphNodeShadow::shadowSolidity

◆ shadowType

u8 GraphNodeShadow::shadowType

The documentation for this struct was generated from the following file: