⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ivp_debug.hxx

📁 hl2 source code. Do not use it illegal.
💻 HXX
字号:
// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.

class IVP_Draw_Vector_Debug
{
public:
    IVP_Draw_Vector_Debug *next;
    IVP_U_Point first_point; 
    IVP_U_Point direction_vec;
    int color;
    char *debug_text; //may be null. must be freed afterwards
    IVP_Draw_Vector_Debug();
    ~IVP_Draw_Vector_Debug();
};

// returns IVP_TRUEif mindist is interesting
IVP_BOOL ivp_check_debug_mindist( IVP_Mindist *md );

#if 0
#define IVP_DEBUG_OBJECT0 "box0_5"
#define IVP_DEBUG_OBJECT1 "box2_4"
#define IVP_DEBUG_TIME 4.3
#else

#define IVP_DEBUG_OBJECT0 0
#define IVP_DEBUG_OBJECT1 0
#define IVP_DEBUG_TIME 0

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -