Rebel Fork Framework
|
Model geometry, unpacked for easy editing. More...
#include <Urho3D/Graphics/ModelView.h>
Public Member Functions | |
unsigned | CalculateNumMorphs () const |
Calculate number of morphs in the model. | |
void | Normalize () |
All equivalent views should be literally equal after normalization. | |
bool | operator== (const GeometryView &rhs) const |
bool | operator!= (const GeometryView &rhs) const |
Public Attributes | |
ea::vector< GeometryLODView > | lods_ |
LODs. | |
ea::string | material_ |
Material resource name. | |
Model geometry, unpacked for easy editing.