#include "data_structure.h"
Functions | |
| t_img * | hitside_texture (t_textures *tex, int hitside, const t_pos2 *step) |
| Function to select the texture based on the hit side and step direction. | |
| t_img * hitside_texture | ( | t_textures * | tex, |
| int | hitside, | ||
| const t_pos2 * | step ) |
Function to select the texture based on the hit side and step direction.
| [in] | tex | pointer to texture structure |
| [in] | hitside | hitside |
| [in] | step | step direction |