aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/SampleBase
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/samples/SampleBase')
-rw-r--r--NvCloth/samples/SampleBase/renderer/PxPhysXCommonConfig.h2
-rw-r--r--NvCloth/samples/SampleBase/renderer/PxRenderBuffer.h2
-rw-r--r--NvCloth/samples/SampleBase/scene/scenes/SimpleScene.h1
-rw-r--r--NvCloth/samples/SampleBase/task/PxCpuDispatcher.h2
-rw-r--r--NvCloth/samples/SampleBase/task/PxGpuDispatcher.h2
-rw-r--r--NvCloth/samples/SampleBase/task/PxGpuTask.h2
-rw-r--r--NvCloth/samples/SampleBase/task/PxTask.h2
-rw-r--r--NvCloth/samples/SampleBase/task/PxTaskDefine.h2
-rw-r--r--NvCloth/samples/SampleBase/task/PxTaskManager.h2
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