Home
last modified time | relevance | path

Searched refs:LT_SRC_UNION_OBJECT (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/povray36/povray-3.6.1/source/
H A Dobjects.h132 #define LT_SRC_UNION_OBJECT 1024 /* Union of light_source objects only */ macro
H A Dparse.cpp1904 Object->Type |= LT_SRC_UNION_OBJECT; in Parse_CSG()
8644 if (Object->Type & LT_SRC_UNION_OBJECT) in Post_Process()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Dobjects.h136 #define LT_SRC_UNION_OBJECT 1024 /* Union of light_source objects only */ macro
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dobjects.h140 #define LT_SRC_UNION_OBJECT 1024 /* Union of light_source objects only */ macro
H A Dparse.cpp2050 Object->Type |= LT_SRC_UNION_OBJECT; in Parse_CSG()
9319 if (Object->Type & LT_SRC_UNION_OBJECT) in Post_Process()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/scene/
H A Dobject.h157 #define LT_SRC_UNION_OBJECT 0x0400u ///< Object is union of light source objects only. macro
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dparse.cpp2183 Object->Type |= LT_SRC_UNION_OBJECT; in Parse_CSG()
9298 if (Object->Type & LT_SRC_UNION_OBJECT) in Post_Process()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser.cpp2346 Object->Type |= LT_SRC_UNION_OBJECT; in Parse_CSG()
9970 if (Object->Type & LT_SRC_UNION_OBJECT) in Post_Process()