rigid_body_binary_effector.cpp
来自「hl2 source code. Do not use it illegal.」· C++ 代码 · 共 12 行
CPP
12 行
// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.
#include <ivp_physics.hxx>
#include <hk_physics/physics.h>
hk_Rigid_Body_Binary_EF::hk_Rigid_Body_Binary_EF( hk_Environment *env, hk_Rigid_Body *a, hk_Rigid_Body *b, hk_effector_priority )
{
m_entities[0] = a;
m_entities[1] = b;
m_environment = env;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?