コード例 #1
0
ファイル: Physics.cpp プロジェクト: 469486139/DOOM-3-BFG
/*
================
idPhysics::SetClipBox
================
*/
void idPhysics::SetClipBox( const idBounds &bounds, float density ) {
	SetClipModel( new (TAG_PHYSICS_CLIP) idClipModel( idTraceModel( bounds ) ), density );
}
コード例 #2
0
ファイル: Physics.cpp プロジェクト: chegestar/omni-bot
/*
================
idPhysics::SetClipBox
================
*/
void idPhysics::SetClipBox( const idBounds &bounds, float density ) {
	SetClipModel( new idClipModel( idTraceModel( bounds ) ), density );
}