src/graphics/grid.c File Referencesrc/graphics/grid.cgraphics - grid/empty space drawing functions #include "../../include/graphics.h"Functions int graphics_draw_space_ridges_vertex (const int stack_id, long offset_vertex, long x, long y, long z)phantom documentation used to test the functioning of doxygen int graphics_draw_space_ridges_lines (const int stack_id)phantom documentation used to test the functioning of doxygen long graphics_draw_grids_on_space_faces_vertex (const int stack_id, long x, long y, long z)phantom documentation used to test the functioning of doxygen long graphics_draw_grids_on_space_faces_lines (const int stack_id, long offset_vertex, long x, long y, long z)phantom documentation used to test the functioning of doxygen Detailed Descriptiongraphics - grid/empty space drawing functions This file is part of Gem-graph. Function Documentationgraphics_draw_grids_on_space_faces_lines()graphics_draw_grids_on_space_faces_linesgrid.cgrid.cgraphics_draw_grids_on_space_faces_lineslong graphics_draw_grids_on_space_faces_lines (const int graphics_stack_id, long offset_vertex, long x, long y, long z)phantom documentation used to test the functioning of doxygen
Parameters
graphics_stack_idoffset_vertexxyz
Returnsl graphics_draw_grids_on_space_faces_vertex()graphics_draw_grids_on_space_faces_vertexgrid.cgrid.cgraphics_draw_grids_on_space_faces_vertexlong graphics_draw_grids_on_space_faces_vertex (const int stack_id, long x, long y, long z)phantom documentation used to test the functioning of doxygen Writes grid lines on space faces. graphics_draw_space_ridges_lines()graphics_draw_space_ridges_linesgrid.cgrid.cgraphics_draw_space_ridges_linesint graphics_draw_space_ridges_lines (const int stack_id)phantom documentation used to test the functioning of doxygen draw_space_ridges_lines graphics_draw_space_ridges_vertex()graphics_draw_space_ridges_vertexgrid.cgrid.cgraphics_draw_space_ridges_vertexint graphics_draw_space_ridges_vertex (const int stack_id, long offset_vertex, long x, long y, long z)phantom documentation used to test the functioning of doxygen Writes grid ridges to vertex and color buffers.