73 {
74#ifdef DIAG_DEVELOPER
75#ifndef SERVER
77
78 int alpha = 0x33000000;
79 int colour = 0x00FF0000;
80 if (!hasHit && found)
81 {
82 colour = 0x000000FF;
83 }
84 else if (!hasHit)
85 {
86 colour = 0x0000FF00;
87 alpha = 0x11000000;
88 }
89
92 m_Shapes.Insert(shape);
93
94 vector p[2];
95 p[0] = p0;
96 p[1] = p1;
98 m_Shapes.Insert(shape);
99#endif
100#endif
101 }
vector m_Transform[4]
If 'OnDebug' is to be called.
vector m_Extents
The true center of the bounding box of the object to be dropped in model space.