Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Data Structures | Functions
level_geo.h File Reference

Go to the source code of this file.

Data Structures

struct  Struct802761D0
 

Functions

Gfxgeo_enfvx_main (s32 a, struct GraphNode *b, f32 c[4][4])
 Geo function that generates a displaylist for environment effects such as snow or jetstream bubbles. More...
 
Gfxgeo_skybox_main (s32 a, struct GraphNode *b, UNUSED Mat4 *c)
 Geo function that generates a displaylist for the skybox. More...
 

Function Documentation

◆ geo_enfvx_main()

Gfx* geo_enfvx_main ( s32  a,
struct GraphNode b,
f32  c[4][4] 
)

Geo function that generates a displaylist for environment effects such as snow or jetstream bubbles.

◆ geo_skybox_main()

Gfx* geo_skybox_main ( s32  callContext,
struct GraphNode node,
UNUSED Mat4 mtx 
)

Geo function that generates a displaylist for the skybox.

Can be assigned as the function of a GraphNodeBackground.