Added a bunch of files synched with 0.8.42

This commit is contained in:
Don BURNS
2001-09-19 21:08:56 +00:00
parent fed86f3f03
commit e8f256a59d
446 changed files with 58397 additions and 10552 deletions

View File

@@ -6,7 +6,6 @@
using namespace flt;
////////////////////////////////////////////////////////////////////
//
// BoundingBoxRecord
@@ -15,7 +14,6 @@ using namespace flt;
RegisterRecordProxy<BoundingBoxRecord> g_BoundingBoxProxy;
BoundingBoxRecord::BoundingBoxRecord()
{
}
@@ -32,7 +30,6 @@ void BoundingBoxRecord::endian()
}
////////////////////////////////////////////////////////////////////
//
// BoundingSphereRecord
@@ -41,7 +38,6 @@ void BoundingBoxRecord::endian()
RegisterRecordProxy<BoundingSphereRecord> g_BoundingSphereProxy;
BoundingSphereRecord::BoundingSphereRecord()
{
}
@@ -58,7 +54,6 @@ void BoundingSphereRecord::endian()
}
////////////////////////////////////////////////////////////////////
//
// BoundingCylinderRecord
@@ -67,7 +62,6 @@ void BoundingSphereRecord::endian()
RegisterRecordProxy<BoundingCylinderRecord> g_BoundingCylinderProxy;
BoundingCylinderRecord::BoundingCylinderRecord()
{
}
@@ -92,7 +86,6 @@ void BoundingCylinderRecord::endian()
RegisterRecordProxy<BoundingVolumeCenterRecord> g_BoundingVolumeCenterProxy;
BoundingVolumeCenterRecord::BoundingVolumeCenterRecord()
{
}
@@ -117,7 +110,6 @@ void BoundingVolumeCenterRecord::endian()
RegisterRecordProxy<BoundingVolumeOrientationRecord> g_BoundingVolumeOrientationProxy;
BoundingVolumeOrientationRecord::BoundingVolumeOrientationRecord()
{
}
@@ -132,5 +124,3 @@ BoundingVolumeOrientationRecord::~BoundingVolumeOrientationRecord()
void BoundingVolumeOrientationRecord::endian()
{
}