Stellarium
0.17.0
|
Represents an OBJ object as defined with the 'o' statement. More...
#include <StelOBJ.hpp>
Data Fields | |
bool | isDefaultObject |
True if this object was automatically generated because no 'o' statements were before the first 'f' statement. | |
QString | name |
The name of the object. May be empty. | |
Vec3f | centroid |
The centroid of this object at load time. More... | |
AABBox | boundingbox |
The AABB of this object at load time. | |
MaterialGroupList | groups |
The list of material groups in this object. | |
Friends | |
class | StelOBJ |
There is an default object for faces defined before any 'o' statement
Vec3f StelOBJ::Object::centroid |