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

The very root of the geo tree. More...

#include <graph_node.h>

Data Fields

struct GraphNode node
 
u8 areaIndex
 
s8 unk15
 
s16 x
 
s16 y
 
s16 width
 
s16 height
 
s16 numViews
 
struct GraphNode ** views
 

Detailed Description

The very root of the geo tree.

Specifies the viewport.

Field Documentation

◆ areaIndex

u8 GraphNodeRoot::areaIndex

◆ height

s16 GraphNodeRoot::height

◆ node

struct GraphNode GraphNodeRoot::node

◆ numViews

s16 GraphNodeRoot::numViews

◆ unk15

s8 GraphNodeRoot::unk15

◆ views

struct GraphNode** GraphNodeRoot::views

◆ width

s16 GraphNodeRoot::width

◆ x

s16 GraphNodeRoot::x

◆ y

s16 GraphNodeRoot::y

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