This commit is contained in:
ninja
2025-12-15 23:22:33 +08:00
parent 019570564b
commit 8782765fbc
809 changed files with 118753 additions and 18289 deletions

View File

@@ -1,6 +1,6 @@
/***********************************************************************************************************************
*
* Copyright (c) 2010 - 2022 by Tech Soft 3D, Inc.
* Copyright (c) 2010 - 2025 by Tech Soft 3D, Inc.
* The information contained herein is confidential and proprietary to Tech Soft 3D, Inc., and considered a trade secret
* as defined under civil and criminal statutes. Tech Soft 3D shall pursue its civil and criminal remedies in the event
* of unauthorized use or misappropriation of its trade secrets. Use of this information by anyone other than authorized
@@ -237,7 +237,7 @@ void AddKeyFrameAppearance(A3DPDFAnimKeyFrame**& ppKeyFrame, int& idxkeyframe,
A3DStatus CreateMotionAppearInit(A3DPDFAnimMotion**& ppMotion, int& idxMotion,
A3DMiscMarkupLinkedItem** ppTargets, int idxTargets,
A3DPDFTargetEntity** ppTargets, int idxTargets,
double dColInitR, double dColInitG, double dColInitB,
double dOpacInit,
A3DPDFERenderingStyle eRenderingStyle,
@@ -301,7 +301,7 @@ A3DStatus CreateMotionAppearInit(A3DPDFAnimMotion**& ppMotion, int& idxMotion,
}
A3DStatus CreateMotionFlash(A3DPDFAnimMotion**& ppMotion, int& idxMotion,
A3DMiscMarkupLinkedItem** ppTargets, int idxTargets,
A3DPDFTargetEntity** ppTargets, int idxTargets,
double dColInitR, double dColInitG, double dColInitB,
double dColBlinkR, double dColBlinkG, double dColBlinkB,
A3DPDFERenderingStyle eRenderingStyle,
@@ -375,7 +375,7 @@ A3DStatus CreateMotionFlash(A3DPDFAnimMotion**& ppMotion, int& idxMotion,
A3DStatus CreateMotionMoveRotateAndHide(A3DPDFAnimMotion**& ppMotion, int& idxMotion,
A3DMiscMarkupLinkedItem** ppTargets, int idxTargets,
A3DPDFTargetEntity** ppTargets, int idxTargets,
double dInitValueX, double dInitValueY, double dInitValueZ,
double dApplyTranslateX, double dApplyTranslateY, double dApplyTranslateZ,
double dColInitR, double dColInitG, double dColInitB,
@@ -477,7 +477,7 @@ A3DStatus CreateMotionMoveRotateAndHide(A3DPDFAnimMotion**& ppMotion, int& idxMo
A3DStatus CreateMotionMoveAndHide(A3DPDFAnimMotion**& ppMotion, int& idxMotion,
A3DMiscMarkupLinkedItem** ppTargets, int idxTargets,
A3DPDFTargetEntity** ppTargets, int idxTargets,
double dInitValueX, double dInitValueY, double dInitValueZ,
double dApplyTranslateX, double dApplyTranslateY, double dApplyTranslateZ,
double dColInitR, double dColInitG, double dColInitB,
@@ -556,7 +556,7 @@ A3DStatus CreateMotionMoveAndHide(A3DPDFAnimMotion**& ppMotion, int& idxMotion,
}
A3DStatus CreateMotionMoveInitTransfo(A3DPDFAnimMotion**& ppMotion, int& idxMotion,
A3DMiscMarkupLinkedItem** ppTargets, int idxTargets,
A3DPDFTargetEntity** ppTargets, int idxTargets,
double dInitTranslateX, double dInitTranslateY, double dInitTranslateZ,
double dTimeOffset,
double& dTimeDuration)