Added TextureType and GeometryType parameters to DataSet. These will be used

to control what type of database is generated.
This commit is contained in:
Robert Osfield
2004-03-21 12:17:44 +00:00
parent 88bbdb325d
commit ec1fd733b8
3 changed files with 61 additions and 19 deletions

View File

@@ -2147,7 +2147,9 @@ DataSet::DataSet()
_defaultColor.set(0.5f,0.5f,1.0f,1.0f);
_databaseType = PagedLOD_DATABASE;
_geometryType = POLYGONAL;
_textureType = COMPRESSED_TEXTURE;
}
void DataSet::init()