HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
APEXA_SceneUtils.h File Reference
#include "APEXA_API.h"
+ Include dependency graph for APEXA_SceneUtils.h:

Go to the source code of this file.

Functions

APEXA_API void APEXAmergeSceneDelta (GU_DetailHandle &gdh, const GU_ConstDetailHandle &delta_gdh, bool inherit_animation_layers)
 

Function Documentation

APEXA_API void APEXAmergeSceneDelta ( GU_DetailHandle gdh,
const GU_ConstDetailHandle delta_gdh,
bool  inherit_animation_layers 
)

Applies a scene delta to the provided geometry.

Parameters
gdhThe geometry for the input scene.
delta_gdhThe geometry for the scene delta, which may be empty.
inherit_animation_layersSpecifies whether input animation layers are inherited and should propagate upstream changes.