Updated xcmodel
This commit is contained in:
parent
67832954e4
commit
4f430055f3
@ -17,7 +17,16 @@ XCModel::~XCModel()
|
||||
|
||||
void XCModel::ParseData(QDataStream *aStream)
|
||||
{
|
||||
*aStream
|
||||
>> mMins[0]
|
||||
>> mMins[1]
|
||||
>> mMins[2]
|
||||
>> mMaxs[0]
|
||||
>> mMaxs[1]
|
||||
>> mMaxs[2]
|
||||
>> mRadius;
|
||||
|
||||
mLeaf.ParseData(aStream);
|
||||
}
|
||||
|
||||
void XCModel::Clear()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user