fast3d 0.5.0

A Rust library for N64 Fast3D Graphics Rendering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod gbi;

pub mod output;
pub use output::RenderData;

pub mod rcp;
pub use rcp::RCP;

pub mod rdp;
pub use rdp::RDP;

mod rsp;

mod extensions;
pub mod models;

pub use fast3d_gbi;