mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 19:59:45 -04:00
Work on d_cc_d debug (#3002)
This commit is contained in:
@@ -196,10 +196,12 @@ void daB_GG_c::initCc() {
|
||||
{0x0}, // mGObjCo
|
||||
}, // mObjInf
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f}, // mCenter
|
||||
130.0f, // mRadius
|
||||
200.0f // mHeight
|
||||
} // mCyl
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f}, // mCenter
|
||||
130.0f, // mRadius
|
||||
200.0f // mHeight
|
||||
} // mCyl
|
||||
} // mCylAttr
|
||||
};
|
||||
|
||||
const static dCcD_SrcCyl ccHookSrc = {
|
||||
@@ -210,10 +212,12 @@ void daB_GG_c::initCc() {
|
||||
{0x0}, // mGObjCo
|
||||
}, // mObjInf
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f}, // mCenter
|
||||
130.0f, // mRadius
|
||||
200.0f // mHeight
|
||||
} // mCyl
|
||||
{
|
||||
{0.0f, 0.0f, 0.0f}, // mCenter
|
||||
130.0f, // mRadius
|
||||
200.0f // mHeight
|
||||
} // mCyl
|
||||
} // mCylAttr
|
||||
};
|
||||
|
||||
const static dCcD_SrcSph ccShieldSphSrc = {
|
||||
|
||||
Reference in New Issue
Block a user