Panda3D
Loading...
Searching...
No Matches
bulletSoftBodyNode.I
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 bulletSoftBodyNode.I
10 * @author enn0x
11 * @date 2010-12-27
12 */
13
14/**
15 *
16 */
17INLINE BulletSoftBodyNode::
18~BulletSoftBodyNode() {
19
20 delete _soft;
21}
22
23/**
24 *
25 */
26INLINE BulletSoftBodyNodeElement::
27~BulletSoftBodyNodeElement() {
28
29}
30
31/**
32 * Named constructor intended to be used for asserts with have to return a
33 * concrete value.
34 */
36empty() {
37
38 static btSoftBody::Node node;
39
40 return BulletSoftBodyNodeElement(node);
41}
42
static BulletSoftBodyNodeElement empty()
Named constructor intended to be used for asserts with have to return a concrete value.