gwnavruntime/queries/blobs/raycangoquerydisplaylistbuilder.h Source File
Go to the documentation of this file.
8 #ifndef Navigation_RayCanGoQuery_DisplayListBuilder_H
9 #define Navigation_RayCanGoQuery_DisplayListBuilder_H
16 class RayCanGoQueryBlob;
17 class VisualShapeColor;
18 class ScopedDisplayList;
22 class RayCanGoQueryDisplayListBuilder :
public IDisplayListBuilder
25 virtual void DoBuild(ScopedDisplayList* displayList,
char* blob,
KyUInt32 = 0);
27 void DrawLineAndArrow(ScopedDisplayList* displayList,
const RayCanGoQueryBlob* queryBlob,
28 const VisualShapeColor &rayShapeColor,
KyFloat32 arrowHalfWidth);
30 void DrawLineAndArrowAndText(ScopedDisplayList* displayList,
const RayCanGoQueryBlob* queryBlob,
31 const VisualShapeColor &rayShapeColor,
KyFloat32 arrowHalfWidth,
const char* text);
33 void DrawTriangle(ScopedDisplayList* displayList,
const Triangle3f& triangle,
const VisualColor color);
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43