HDK
|
#include "APEXA_API.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) |
APEXA_API void APEXAmergeSceneDelta | ( | GU_DetailHandle & | gdh, |
const GU_ConstDetailHandle & | delta_gdh, | ||
bool | inherit_animation_layers | ||
) |
Applies a scene delta to the provided geometry.
gdh | The geometry for the input scene. |
delta_gdh | The geometry for the scene delta, which may be empty. |
inherit_animation_layers | Specifies whether input animation layers are inherited and should propagate upstream changes. |