src/graphics/grid.c File Reference src/graphics/grid.c grid/empty space drawing functions #include "../../include/graphics.h" Functions int graphics_draw_space_ridges_vertex (const int graphics_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 graphics_stack_id) phantom documentation used to test the functioning of doxygen long graphics_draw_grids_on_space_faces_vertex (const int graphics_stack_id, long x, long y, long z) Writes grid lines on space faces. long graphics_draw_grids_on_space_faces_lines (const int graphics_stack_id, long offset_vertex, long x, long y, long z)
Detailed Description grid/empty space drawing functions This file is part of Gem-graph.
Function Documentation
graphics_draw_grids_on_space_faces_lines() graphics_draw_grids_on_space_faces_linesgrid.c grid.cgraphics_draw_grids_on_space_faces_lines long graphics_draw_grids_on_space_faces_lines (const int graphics_stack_id, long offset_vertex, long x, long y, long z) Parameters graphics_stack_id offset_vertex x y z
Returns l
graphics_draw_grids_on_space_faces_vertex() graphics_draw_grids_on_space_faces_vertexgrid.c grid.cgraphics_draw_grids_on_space_faces_vertex long graphics_draw_grids_on_space_faces_vertex (const int graphics_stack_id, long x, long y, long z) Writes grid lines on space faces. Parameters graphics_stack_id x y z
Returns l
graphics_draw_space_ridges_vertex() graphics_draw_space_ridges_vertexgrid.c grid.cgraphics_draw_space_ridges_vertex int graphics_draw_space_ridges_vertex (const int graphics_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.