コード例 #1
0
PxGeometry* ConvexMeshGeometry::ToUnmanaged()
{
	PxConvexMeshGeometry* convexMesh = new PxConvexMeshGeometry();

	convexMesh->scale = MeshScale::ToUnmanaged(this->Scale);
	convexMesh->convexMesh = GetPointerOrNull(this->ConvexMesh);

	return convexMesh;
}
コード例 #2
0
ファイル: tse_lock.hpp プロジェクト: jackgopack4/pico-blast
 operator const CTSE_Info*(void) const
     {
         return GetPointerOrNull();
     }