Searched refs:boundmode (Results 1 – 4 of 4) sorted by relevance
87 int boundmode; /* bounding mode */ member100 opt->boundmode = -1; in initoptions()263 if (opt->boundmode != -1) { in useoptions()264 rt_boundmode(scene, opt->boundmode); in useoptions()297 opt.boundmode = nobounding ? RT_BOUNDING_DISABLED : RT_BOUNDING_ENABLED; in ParseCommandLine()
71 if (scene.boundmode == RT_BOUNDING_ENABLED) in renderscene()
191 int boundmode; /* automatic spatial subdivision flag */ member
183 scene->boundmode = mode; in rt_boundmode()