mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-22 03:54:16 -04:00
small improved
This commit is contained in:
@ -348,12 +348,12 @@ namespace AssetStudio
|
||||
public class AABB
|
||||
{
|
||||
public Vector3 m_Center;
|
||||
public Vector3 m_Extend;
|
||||
public Vector3 m_Extent;
|
||||
|
||||
public AABB(ObjectReader reader)
|
||||
{
|
||||
m_Center = reader.ReadVector3();
|
||||
m_Extend = reader.ReadVector3();
|
||||
m_Extent = reader.ReadVector3();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user