Home
last modified time | relevance | path

Searched refs:BBox_Threshold (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/povray36/povray-3.6.1/source/
H A Dpovray.h354 long BBox_Threshold; member
H A Dpovmsrec.cpp667 if(opts.BBox_Threshold < 1) in Receive_RenderOptions()
669 opts.BBox_Threshold = max(1, i); in Receive_RenderOptions()
H A Drendctrl.cpp991 opts.BBox_Threshold = 25; in init_vars()
H A Dbbox.cpp685 !(numberOfFiniteObjects + numberOfInfiniteObjects >= opts.BBox_Threshold) || in Build_Bounding_Slabs()
H A Dpovmsend.cpp455 err = POVMSUtil_SetInt(msg, kPOVAttrib_BoundingThreshold, opts.BBox_Threshold); in BuildRenderOptions()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpovmsrec.cpp676 if(opts.BBox_Threshold < 1) in Receive_RenderOptions()
678 opts.BBox_Threshold = max(1, i); in Receive_RenderOptions()
H A Dpovray.h393 long BBox_Threshold; member
H A Drendctrl.cpp1191 opts.BBox_Threshold = 25; in init_vars()
H A Dbbox.cpp690 !(numberOfFiniteObjects + numberOfInfiniteObjects >= opts.BBox_Threshold) || in Build_Bounding_Slabs()
H A Dpovmsend.cpp530 err = POVMSUtil_SetInt(msg, kPOVAttrib_BoundingThreshold, opts.BBox_Threshold); in BuildRenderOptions()