Rayex.Models (Rayex v0.0.2) View Source
Models related functions
Link to this section Summary
Link to this section Functions
Specs
draw_cube( Rayex.Structs.Vector3.t(), float(), float(), float(), Rayex.Structs.Color.t() ) :: :ok
Draw cube
Specs
draw_cube_wires( Rayex.Structs.Vector3.t(), float(), float(), float(), Rayex.Structs.Color.t() ) :: :ok
Draw cube wires
Specs
draw_grid(non_neg_integer(), float()) :: :ok
Draw a grid (centered at (0, 0, 0))
Specs
draw_ray(Rayex.Structs.Ray.t(), Rayex.Structs.Color.t()) :: :ok
Draw a ray line