Home
last modified time | relevance | path

Searched refs:kPOVAttrib_AntialiasDepth (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/povray36/povray-3.6.1/source/base/
H A Dpovmsgid.h172 kPOVAttrib_AntialiasDepth = 'AADe', enumerator
/dports/graphics/megapov/megapov-1.2.1/source/base/
H A Dpovmsgid.h180 kPOVAttrib_AntialiasDepth = 'AADe', enumerator
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/povms/
H A Dpovmsid.h389 kPOVAttrib_AntialiasDepth = 'AADe', enumerator
/dports/graphics/povray37/povray-3.7.0.10/source/base/
H A Dpovmsgid.h381 kPOVAttrib_AntialiasDepth = 'AADe', enumerator
/dports/graphics/megapov/megapov-1.2.1/source/frontend/
H A Dprocessrenderoptions.cpp80 { "Antialias_Depth", kPOVAttrib_AntialiasDepth, kPOVMSType_Int },
266 { "R", kPOVAttrib_AntialiasDepth, kPOVMSType_Int, kNoParameter },
H A Dmessageoutput.cpp489 (void)POVMSUtil_GetInt(msg, kPOVAttrib_AntialiasDepth, &i2); in RenderOptions()
/dports/graphics/povray36/povray-3.6.1/source/frontend/
H A Dprocessrenderoptions.cpp71 { "Antialias_Depth", kPOVAttrib_AntialiasDepth, kPOVMSType_Int },
255 { "R", kPOVAttrib_AntialiasDepth, kPOVMSType_Int, kNoParameter },
H A Dmessageoutput.cpp453 (void)POVMSUtil_GetInt(msg, kPOVAttrib_AntialiasDepth, &i2); in RenderOptions()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Dprocessrenderoptions.cpp99 { "Antialias_Depth", kPOVAttrib_AntialiasDepth, kPOVMSType_Int },
318 { "R", kPOVAttrib_AntialiasDepth, kPOVMSType_Int, kNoParameter },
H A Drenderfrontend.cpp1027 …int depth = clip(obj.TryGetInt(kPOVAttrib_AntialiasDepth, 3), 1, 9); // TODO FIXME - magic number … in RenderOptions()
/dports/graphics/povray37/povray-3.7.0.10/source/frontend/
H A Dprocessrenderoptions.cpp94 { "Antialias_Depth", kPOVAttrib_AntialiasDepth, kPOVMSType_Int },
313 { "R", kPOVAttrib_AntialiasDepth, kPOVMSType_Int, kNoParameter },
H A Drenderfrontend.cpp966 int depth = clip(obj.TryGetInt(kPOVAttrib_AntialiasDepth, 3), 1, 9); in RenderOptions()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpovmsrec.cpp724 if(POVMSUtil_GetInt(msg, kPOVAttrib_AntialiasDepth, &i) == 0) in Receive_RenderOptions()
H A Dpovmsend.cpp546 err = POVMSUtil_SetInt(msg, kPOVAttrib_AntialiasDepth, opts.AntialiasDepth); in BuildRenderOptions()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpovmsrec.cpp715 if(POVMSUtil_GetInt(msg, kPOVAttrib_AntialiasDepth, &i) == 0) in Receive_RenderOptions()
H A Dpovmsend.cpp471 err = POVMSUtil_SetInt(msg, kPOVAttrib_AntialiasDepth, opts.AntialiasDepth); in BuildRenderOptions()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/backend/scene/
H A Dview.cpp713 aadepth = clip((unsigned int)renderOptions.TryGetInt(kPOVAttrib_AntialiasDepth, 3), 1u, 9u); in StartRender()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Dview.cpp693 aadepth = clip((unsigned int)renderOptions.TryGetInt(kPOVAttrib_AntialiasDepth, 3), 1u, 9u); in StartRender()