added everything
This commit is contained in:
16
lib/maxsdk70/include/GeoTableItem.h
Executable file
16
lib/maxsdk70/include/GeoTableItem.h
Executable file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
class GeoTableItem
|
||||
{
|
||||
public:
|
||||
bool m_geoInfo;
|
||||
Matrix3 m_matrix;
|
||||
NameTab m_names;
|
||||
Point3 m_pts[4];
|
||||
Point3 m_scale;
|
||||
|
||||
GeoTableItem() : m_geoInfo(false), m_matrix(1)
|
||||
{
|
||||
m_names.SetSize(0);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user