Lines Matching defs:node
174 SCENE_NS::ICamera::Ptr node;
175 ExecSyncTask([scn, nodePath, &node, pipeline]() {
176 node = scn->CreateNode<SCENE_NS::ICamera>(nodePath, true);
177 node->RenderingPipeline()->SetValue(pipeline);
178 scn->DeactivateCamera(node);
182 SetNativeObject(interface_pointer_cast<META_NS::IObject>(node), false);
183 node.reset();
398 /** Target clear flags depth. Override camera render node graph loadOp with clear.
399 * Without clear the default render node graph based loadOp is used. (Default pipelines use depth clear)
402 /** Target clear flags color. Override camera render node graph loadOp with clear.
403 * Without clear the default render node graph based loadOp is used. (Default pipelines do not use color clear)