Panda3D
panda
src
physx
physxTriangleMeshShapeDesc.h
Go to the documentation of this file.
1
/**
2
* PANDA 3D SOFTWARE
3
* Copyright (c) Carnegie Mellon University. All rights reserved.
4
*
5
* All use of this software is subject to the terms of the revised BSD
6
* license. You should have received a copy of this license along
7
* with this source code in a file named "LICENSE."
8
*
9
* @file physxTriangleMeshShapeDesc.h
10
* @author enn0x
11
* @date 2009-10-14
12
*/
13
14
#ifndef PHYSXTRIANGLEMESHSHAPEDESC_H
15
#define PHYSXTRIANGLEMESHSHAPEDESC_H
16
17
#include "
pandabase.h
"
18
19
#include "
physxShapeDesc.h
"
20
#include "
physx_includes.h
"
21
22
class
PhysxTriangleMesh
;
23
24
/**
25
* Descriptor class for PhysxTriangleMeshShape.
26
*/
27
class
EXPCL_PANDAPHYSX
PhysxTriangleMeshShapeDesc
:
public
PhysxShapeDesc
{
28
29
PUBLISHED:
30
INLINE
PhysxTriangleMeshShapeDesc
();
31
INLINE ~
PhysxTriangleMeshShapeDesc
();
32
33
INLINE
void
set_to_default();
34
INLINE
bool
is_valid()
const
;
35
36
void
set_mesh(
PhysxTriangleMesh
*mesh);
37
38
public
:
39
NxShapeDesc *ptr()
const
{
return
(NxShapeDesc *)&_desc; };
40
NxTriangleMeshShapeDesc _desc;
41
};
42
43
#include "
physxTriangleMeshShapeDesc.I
"
44
45
#endif // PHYSXTRIANGLEMESHSHAPEDESC_H
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physxShapeDesc.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PhysxShapeDesc
Abstract base class for shape descriptors.
Definition:
physxShapeDesc.h:29
PhysxTriangleMesh
Definition:
physxTriangleMesh.h:25
PhysxTriangleMeshShapeDesc
Descriptor class for PhysxTriangleMeshShape.
Definition:
physxTriangleMeshShapeDesc.h:27
physxTriangleMeshShapeDesc.I
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physx_includes.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Mon Sep 14 2020 15:07:05 for Panda3D by
1.8.20