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

A GraphNode that draws a display list rotated in a way to always face the camera. More...

#include <graph_node.h>

Data Fields

struct GraphNode node
 
voiddisplayList
 
Vec3s translation
 

Detailed Description

A GraphNode that draws a display list rotated in a way to always face the camera.

Note that if the entire object is a billboard (like a coin or 1-up) then it simply sets the billboard flag for the entire object, this node is used for billboard parts (like a chuckya or goomba body).

Field Documentation

◆ displayList

void* GraphNodeBillboard::displayList

◆ node

struct GraphNode GraphNodeBillboard::node

◆ translation

Vec3s GraphNodeBillboard::translation

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