|
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. | |
| bool | exported_ {true} |
| Whether this geometry should be exported to Model. | |
Model geometry, unpacked for easy editing.