Tachyon (current)  Current Main Branch
Functions
grid.h File Reference

Go to the source code of this file.

Functions

int engrid_scene (scenedef *scene, int boundthresh)
 
object * newgrid (scenedef *scene, int xsize, int ysize, int zsize, vector min, vector max)
 

Function Documentation

◆ engrid_scene()

int engrid_scene ( scenedef *  scene,
int  boundthresh 
)

Definition at line 224 of file grid.c.

References cbrt, countobj(), engrid_cell(), engrid_objlist(), globalbound(), gridstats(), MSG_0, newgrid(), and rt_ui_message().

Referenced by rendercheck().

◆ newgrid()

object* newgrid ( scenedef *  scene,
int  xsize,
int  ysize,
int  zsize,
vector  min,
vector  max 
)

Definition at line 41 of file grid.c.

References grid_methods, new_objectid(), and VSub().

Referenced by engrid_cell(), and engrid_scene().