diff options
| author | sschirm <[email protected]> | 2016-12-23 14:20:36 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2016-12-23 14:56:17 +0100 |
| commit | ef6937e69e8ee3f409cf9d460d5ad300a65d5924 (patch) | |
| tree | 710426e8daa605551ce3f34b581897011101c30f /APEX_1.4/module/iofx/include/ModifierList.h | |
| parent | Initial commit: (diff) | |
| download | physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.tar.xz physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.zip | |
PhysX 3.4 / APEX 1.4 release candidate @21506124
Diffstat (limited to 'APEX_1.4/module/iofx/include/ModifierList.h')
| -rw-r--r-- | APEX_1.4/module/iofx/include/ModifierList.h | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/APEX_1.4/module/iofx/include/ModifierList.h b/APEX_1.4/module/iofx/include/ModifierList.h deleted file mode 100644 index e2831c4d..00000000 --- a/APEX_1.4/module/iofx/include/ModifierList.h +++ /dev/null @@ -1,79 +0,0 @@ -/* - * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved. - * - * NVIDIA CORPORATION and its licensors retain all intellectual property - * and proprietary rights in and to this software, related documentation - * and any modifications thereto. Any use, reproduction, disclosure or - * distribution of this software and related documentation without an express - * license agreement from NVIDIA CORPORATION is strictly prohibited. - */ - - -#ifndef _MODIFIER -#define _MODIFIER(name) -#endif - -#ifndef _MODIFIER_SPRITE -#define _MODIFIER_SPRITE(name) -#endif - -#ifndef _MODIFIER_MESH -#define _MODIFIER_MESH(name) -#endif - -//All -_MODIFIER(Rotation) -_MODIFIER(SimpleScale) -_MODIFIER(RandomScale) -_MODIFIER(ScaleByMass) -_MODIFIER(ColorVsLife) -_MODIFIER(ColorVsDensity) -_MODIFIER(SubtextureVsLife) -_MODIFIER(OrientAlongVelocity) -_MODIFIER(ScaleAlongVelocity) -_MODIFIER(RandomSubtexture) -_MODIFIER(RandomRotation) -_MODIFIER(ScaleVsLife) -_MODIFIER(ScaleVsDensity) -_MODIFIER(ScaleVsCameraDistance) -_MODIFIER(ViewDirectionSorting) -_MODIFIER(RotationRate) -_MODIFIER(RotationRateVsLife) -_MODIFIER(OrientScaleAlongScreenVelocity) -_MODIFIER(ColorVsVelocity) - -//Sprite -_MODIFIER_SPRITE(SimpleScale) -_MODIFIER_SPRITE(RandomScale) -_MODIFIER_SPRITE(ScaleByMass) -_MODIFIER_SPRITE(ColorVsLife) -_MODIFIER_SPRITE(ColorVsDensity) -_MODIFIER_SPRITE(SubtextureVsLife) -_MODIFIER_SPRITE(RandomSubtexture) -_MODIFIER_SPRITE(RandomRotation) -_MODIFIER_SPRITE(ScaleVsLife) -_MODIFIER_SPRITE(ScaleVsDensity) -_MODIFIER_SPRITE(ScaleVsCameraDistance) -_MODIFIER_SPRITE(ViewDirectionSorting) -_MODIFIER_SPRITE(RotationRate) -_MODIFIER_SPRITE(RotationRateVsLife) -_MODIFIER_SPRITE(OrientScaleAlongScreenVelocity) -_MODIFIER_SPRITE(ColorVsVelocity) - -//Mesh -_MODIFIER_MESH(Rotation) -_MODIFIER_MESH(SimpleScale) -_MODIFIER_MESH(RandomScale) -_MODIFIER_MESH(ScaleByMass) -_MODIFIER_MESH(ColorVsLife) -_MODIFIER_MESH(ColorVsDensity) -_MODIFIER_MESH(OrientAlongVelocity) -_MODIFIER_MESH(ScaleAlongVelocity) -_MODIFIER_MESH(ScaleVsLife) -_MODIFIER_MESH(ScaleVsDensity) -_MODIFIER_MESH(ScaleVsCameraDistance) -_MODIFIER_MESH(ColorVsVelocity) - -#undef _MODIFIER -#undef _MODIFIER_SPRITE -#undef _MODIFIER_MESH |