18 #ifndef INCLUDED_MODELDUMMY 19 #define INCLUDED_MODELDUMMY 44 #endif // INCLUDED_MODELDUMMY virtual void SetTerrainDirty(ssize_t, ssize_t, ssize_t, ssize_t)
Called when terrain has changed in the given inclusive bounds.
Definition: ModelDummy.h:39
virtual ~CModelDummy()=default
Empty placeholder ModelAbstract implementation, to render nothing.
Definition: ModelDummy.h:26
virtual CModelDummy * ToCModelDummy()
Dynamic cast.
Definition: ModelDummy.h:36
intptr_t ssize_t
Definition: wposix_types.h:82
Abstract base class for graphical objects that are used by units, or as props attached to other CMode...
Definition: ModelAbstract.h:37
virtual void InvalidatePosition()
Mark this model's position and bone matrices, and all props' positions as invalid.
Definition: ModelDummy.h:41
virtual void ValidatePosition()
Ensure that both the transformation and the bone matrices are correct for this model and all its prop...
Definition: ModelDummy.h:40
virtual void CalcBounds()
(Re)calculates and stores any bounds or bound-dependent data for this object.
Definition: ModelDummy.h:38
virtual CModelAbstract * Clone() const
Definition: ModelDummy.h:35