diff options
| author | Sheikh Dawood <[email protected]> | 2018-05-25 09:54:38 -0500 |
|---|---|---|
| committer | Sheikh Dawood <[email protected]> | 2018-05-25 09:54:38 -0500 |
| commit | b99b3783cd7e3fb1bb0a07dc472b2fc000c4cdc1 (patch) | |
| tree | de67d7adc7cc66d44c3e0a399d94d1db6bcebd0c /PhysX_3.4/Source/LowLevelParticles/src | |
| parent | PhysX 3.4, APEX 1.4 patch release @23933511 (diff) | |
| download | physx-3.4-b99b3783cd7e3fb1bb0a07dc472b2fc000c4cdc1.tar.xz physx-3.4-b99b3783cd7e3fb1bb0a07dc472b2fc000c4cdc1.zip | |
PhysX 3.4, APEX 1.4 patch release @24214033v3.4.2
Diffstat (limited to 'PhysX_3.4/Source/LowLevelParticles/src')
41 files changed, 43 insertions, 41 deletions
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp index d5dfad94..3fdb44fa 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. @@ -44,6 +44,7 @@ using namespace Pt; namespace { +#if PX_SUPPORT_GPU_PHYSX template <class T> static void sortBatchedInputs(ParticleSystemSim** particleSystems, T* inputs, PxU32 batchSize, PxU32& cpuOffset, PxU32& cpuCount, PxU32& gpuOffset, PxU32& gpuCount) @@ -90,6 +91,7 @@ static void sortBatchedInputs(ParticleSystemSim** particleSystems, T* inputs, Px cpuCount = gpuOffset; gpuCount = batchSize - cpuCount; } +#endif } Batcher::Batcher(class Context& _context) diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h b/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h index 82d2a650..698567ca 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp index 3172b2d4..0e295ba6 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp index fc9cabd7..c4a866fe 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h index 1c58b294..80a0f623 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp index 08df2520..717ace0d 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp index 99073043..92be8abb 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp index b2584003..b737c426 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h index facfb014..0df5fa4a 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h index 9d705410..42863de6 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp index 6280c39f..5bb814b0 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h index d816669d..0bc7dba4 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h index 4faa88f8..1e32c8eb 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. #ifndef PT_COLLISION_PARAM_H diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp index 79a53256..d2f2487e 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp index 8fe2ec21..82e709d6 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h b/PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h index 2e5281df..bffd116b 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h b/PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h index 093fdfe9..898ddbf2 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp index 81df2d70..deb2249c 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h b/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h index 46f21d5f..99dceef3 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h index 6530ff97..ad3c8dcb 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. #ifndef PT_DYNAMIC_HELPER_H diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp index 1c07c3b8..8ca3b067 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h index 8a0cdcf0..bf4b8c02 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h index 6f3d88b4..df61fecb 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodesX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h index 55e21414..b8b81235 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. #ifndef PT_DYNAMICS_PARAMETER_H diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h index 2925f665..072d05c9 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. #ifndef PT_DYNAMICS_TEMP_BUFFERS_H diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h b/PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h index 8e060fc3..dfc4cb8b 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h b/PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h index 4c4c6db9..5c289468 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. #ifndef PT_PACKETSECTIONS_H diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h index 2b21b799..632f0f53 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. #ifndef PT_PARTILCECELL_H diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp index a954ac8c..afed13ee 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h index eda716a1..9e1a4107 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp index d084dc4f..53b34628 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h index 4ff4dbb9..a2e89db4 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp index d8d67453..01dd144e 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h index 50514627..bb37144f 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp index 105b91cf..db0976fa 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h index 325442e2..f8c8883a 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h index 5c6e1c7d..95a7fae8 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. #ifndef PT_SPATIAL_HASH_HELPER_H diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp index 32e94bc9..c6aa0e5c 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h b/PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h index 84ceda83..9c380b5d 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. #ifndef PT_TWOWAYDATA_H diff --git a/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp b/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp index 6aabf164..23174ec4 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp +++ b/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. diff --git a/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h b/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h index 3e125ace..b6d3a001 100644 --- a/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h +++ b/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. |