Bullet Collision Detection & Physics Library
Public Types | List of all members
fDrawFlags Struct Reference

#include <btSoftBodyHelpers.h>

Public Types

enum  _ {
  Nodes = 0x0001 ,
  Links = 0x0002 ,
  Faces = 0x0004 ,
  Tetras = 0x0008 ,
  Normals = 0x0010 ,
  Contacts = 0x0020 ,
  Anchors = 0x0040 ,
  Notes = 0x0080 ,
  Clusters = 0x0100 ,
  NodeTree = 0x0200 ,
  FaceTree = 0x0400 ,
  ClusterTree = 0x0800 ,
  Joints = 0x1000 ,
  Std = Links + Faces + Tetras + Anchors + Notes + Joints ,
  StdTetra = Std - Faces + Tetras
}
 

Detailed Description

Definition at line 27 of file btSoftBodyHelpers.h.

Member Enumeration Documentation

◆ _

Enumerator
Nodes 
Links 
Faces 
Tetras 
Normals 
Contacts 
Anchors 
Notes 
Clusters 
NodeTree 
FaceTree 
ClusterTree 
Joints 
Std 
StdTetra 

Definition at line 29 of file btSoftBodyHelpers.h.


The documentation for this struct was generated from the following file: