move files and update license
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
Bullet Continuous Collision Detection and Physics Library
|
Bullet Continuous Collision Detection and Physics Library
|
||||||
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
|
Copyright (c) 2019 Google Inc. http://bulletphysics.org
|
||||||
|
This software is provided 'as-is', without any express or implied warranty.
|
||||||
This software is provided 'as-is', without any express or implied warranty.
|
In no event will the authors be held liable for any damages arising from the use of this software.
|
||||||
In no event will the authors be held liable for any damages arising from the use of this software.
|
Permission is granted to anyone to use this software for any purpose,
|
||||||
Permission is granted to anyone to use this software for any purpose,
|
including commercial applications, and to alter it and redistribute it freely,
|
||||||
including commercial applications, and to alter it and redistribute it freely,
|
subject to the following restrictions:
|
||||||
subject to the following restrictions:
|
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
||||||
|
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
||||||
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
3. This notice may not be removed or altered from any source distribution.
|
||||||
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
*/
|
||||||
3. This notice may not be removed or altered from any source distribution.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "GraspDeformable.h"
|
#include "GraspDeformable.h"
|
||||||
///btBulletDynamicsCommon.h is the main Bullet include file, contains most common include files.
|
///btBulletDynamicsCommon.h is the main Bullet include file, contains most common include files.
|
||||||
19
examples/DeformableDemo/GraspDeformable.h
Normal file
19
examples/DeformableDemo/GraspDeformable.h
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
/*
|
||||||
|
Bullet Continuous Collision Detection and Physics Library
|
||||||
|
Copyright (c) 2019 Google Inc. http://bulletphysics.org
|
||||||
|
This software is provided 'as-is', without any express or implied warranty.
|
||||||
|
In no event will the authors be held liable for any damages arising from the use of this software.
|
||||||
|
Permission is granted to anyone to use this software for any purpose,
|
||||||
|
including commercial applications, and to alter it and redistribute it freely,
|
||||||
|
subject to the following restrictions:
|
||||||
|
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
||||||
|
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
||||||
|
3. This notice may not be removed or altered from any source distribution.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef _GRASP_DEFORMABLE_H
|
||||||
|
#define _GRASP_DEFORMABLE_H
|
||||||
|
|
||||||
|
class CommonExampleInterface* GraspDeformableCreateFunc(struct CommonExampleOptions& options);
|
||||||
|
|
||||||
|
#endif //_GRASP_DEFORMABLE_H
|
||||||
@@ -51,6 +51,7 @@
|
|||||||
#include "../DeformableDemo/Pinch.h"
|
#include "../DeformableDemo/Pinch.h"
|
||||||
#include "../DeformableDemo/DeformableMultibody.h"
|
#include "../DeformableDemo/DeformableMultibody.h"
|
||||||
#include "../DeformableDemo/VolumetricDeformable.h"
|
#include "../DeformableDemo/VolumetricDeformable.h"
|
||||||
|
#include "../DeformableDemo/GraspDeformable.h"
|
||||||
#include "../SharedMemory/PhysicsServerExampleBullet2.h"
|
#include "../SharedMemory/PhysicsServerExampleBullet2.h"
|
||||||
#include "../SharedMemory/PhysicsServerExample.h"
|
#include "../SharedMemory/PhysicsServerExample.h"
|
||||||
#include "../SharedMemory/PhysicsClientExample.h"
|
#include "../SharedMemory/PhysicsClientExample.h"
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
/*
|
|
||||||
Bullet Continuous Collision Detection and Physics Library
|
|
||||||
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
|
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied warranty.
|
|
||||||
In no event will the authors be held liable for any damages arising from the use of this software.
|
|
||||||
Permission is granted to anyone to use this software for any purpose,
|
|
||||||
including commercial applications, and to alter it and redistribute it freely,
|
|
||||||
subject to the following restrictions:
|
|
||||||
|
|
||||||
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
|
||||||
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
|
||||||
3. This notice may not be removed or altered from any source distribution.
|
|
||||||
*/
|
|
||||||
#ifndef _GRASP_DEFORMABLE_H
|
|
||||||
#define _GRASP_DEFORMABLE_H
|
|
||||||
|
|
||||||
class CommonExampleInterface* GraspDeformableCreateFunc(struct CommonExampleOptions& options);
|
|
||||||
|
|
||||||
#endif //_GRASP_DEFORMABLE_H
|
|
||||||
Reference in New Issue
Block a user