22 #ifndef FIFE_VIEW_RENDERITEM_H
23 #define FIFE_VIEW_RENDERITEM_H
51 int32_t getStaticImageIndexByAngle(uint32_t angle, Instance* instance);
54 DoublePoint3D screenpoint;
74 int32_t m_cached_static_img_id;
75 int32_t m_cached_static_img_angle;
78 typedef std::vector<RenderItem*> RenderList;
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...