diff options
| author | Marijn Tamis <[email protected]> | 2020-10-26 17:28:07 +0100 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2020-10-26 17:31:12 +0100 |
| commit | 8e100cca5888d09f40f4721cc433f284b1841e65 (patch) | |
| tree | b1bf296d26ed052680fc7471e4900bf17fefe615 /NvCloth/samples/SampleBase | |
| parent | Fix PxAssertHandler namespace issue when compiling with PhysX 4.1. (diff) | |
| download | nvcloth-8e100cca5888d09f40f4721cc433f284b1841e65.tar.xz nvcloth-8e100cca5888d09f40f4721cc433f284b1841e65.zip | |
Licence update 2020.
Diffstat (limited to 'NvCloth/samples/SampleBase')
9 files changed, 8 insertions, 9 deletions
diff --git a/NvCloth/samples/SampleBase/renderer/PxPhysXCommonConfig.h b/NvCloth/samples/SampleBase/renderer/PxPhysXCommonConfig.h index 213eedd..5a0a270 100644 --- a/NvCloth/samples/SampleBase/renderer/PxPhysXCommonConfig.h +++ b/NvCloth/samples/SampleBase/renderer/PxPhysXCommonConfig.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-2020 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/NvCloth/samples/SampleBase/renderer/PxRenderBuffer.h b/NvCloth/samples/SampleBase/renderer/PxRenderBuffer.h index 8bbb37a..a79b690 100644 --- a/NvCloth/samples/SampleBase/renderer/PxRenderBuffer.h +++ b/NvCloth/samples/SampleBase/renderer/PxRenderBuffer.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-2020 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/NvCloth/samples/SampleBase/scene/scenes/SimpleScene.h b/NvCloth/samples/SampleBase/scene/scenes/SimpleScene.h index 2ee17c1..696dd08 100644 --- a/NvCloth/samples/SampleBase/scene/scenes/SimpleScene.h +++ b/NvCloth/samples/SampleBase/scene/scenes/SimpleScene.h @@ -16,7 +16,6 @@ class SimpleScene : public Scene { public: - SimpleScene(SceneController* sceneController):Scene(sceneController) {} virtual void onInitialize() override; diff --git a/NvCloth/samples/SampleBase/task/PxCpuDispatcher.h b/NvCloth/samples/SampleBase/task/PxCpuDispatcher.h index ffd5cfd..973182f 100644 --- a/NvCloth/samples/SampleBase/task/PxCpuDispatcher.h +++ b/NvCloth/samples/SampleBase/task/PxCpuDispatcher.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-2020 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXCPUDISPATCHER_H #define PXTASK_PXCPUDISPATCHER_H diff --git a/NvCloth/samples/SampleBase/task/PxGpuDispatcher.h b/NvCloth/samples/SampleBase/task/PxGpuDispatcher.h index 6cd4c3b..80efbba 100644 --- a/NvCloth/samples/SampleBase/task/PxGpuDispatcher.h +++ b/NvCloth/samples/SampleBase/task/PxGpuDispatcher.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-2020 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXGPUDISPATCHER_H #define PXTASK_PXGPUDISPATCHER_H diff --git a/NvCloth/samples/SampleBase/task/PxGpuTask.h b/NvCloth/samples/SampleBase/task/PxGpuTask.h index 197fc3d..6517b1a 100644 --- a/NvCloth/samples/SampleBase/task/PxGpuTask.h +++ b/NvCloth/samples/SampleBase/task/PxGpuTask.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-2020 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXGPUTASK_H diff --git a/NvCloth/samples/SampleBase/task/PxTask.h b/NvCloth/samples/SampleBase/task/PxTask.h index e2b19e2..bfc0821 100644 --- a/NvCloth/samples/SampleBase/task/PxTask.h +++ b/NvCloth/samples/SampleBase/task/PxTask.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-2020 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXTASK_H #define PXTASK_PXTASK_H diff --git a/NvCloth/samples/SampleBase/task/PxTaskDefine.h b/NvCloth/samples/SampleBase/task/PxTaskDefine.h index c1daea7..9464af9 100644 --- a/NvCloth/samples/SampleBase/task/PxTaskDefine.h +++ b/NvCloth/samples/SampleBase/task/PxTaskDefine.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-2020 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXTASKDEFINE_H #define PXTASK_PXTASKDEFINE_H diff --git a/NvCloth/samples/SampleBase/task/PxTaskManager.h b/NvCloth/samples/SampleBase/task/PxTaskManager.h index f40f7b1..80963b7 100644 --- a/NvCloth/samples/SampleBase/task/PxTaskManager.h +++ b/NvCloth/samples/SampleBase/task/PxTaskManager.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-2020 NVIDIA Corporation. All rights reserved. #ifndef PXTASK_PXTASKMANAGER_H #define PXTASK_PXTASKMANAGER_H |