コード例 #1
0
ファイル: MOAIGfxDevice.cpp プロジェクト: joarb/moai-beta
//----------------------------------------------------------------//
void MOAIGfxDevice::SetVertexTransform ( u32 id ) {

	USMatrix4x4 mtx;
	mtx.Ident ();
	this->SetVertexTransform ( id, mtx );
}
コード例 #2
0
ファイル: MOAIGfxDevice.cpp プロジェクト: joarb/moai-beta
//----------------------------------------------------------------//
void MOAIGfxDevice::SetUVTransform () {

	USMatrix4x4 mtx;
	mtx.Ident ();
	this->SetUVTransform ( mtx );
}