graphicalmarkers.cpp
33 CircularGraphicalMarker::CircularGraphicalMarker(real radius, World* world, QString name, const wMatrix& tm) :
66 PlanarArrowGraphicalMarker::PlanarArrowGraphicalMarker(real arrowLength, real arrowTailWidth, real arrowHeadWidth, real arrowTailPortion, World* world, QString name, const wMatrix& tm):
PlanarArrowGraphicalMarker(real arrowLength, real arrowTailWidth, real arrowHeadWidth, real arrowTailPortion, World *world, QString name="unamed", const wMatrix &tm=wMatrix::identity())
Constructor.
Definition: graphicalmarkers.cpp:66
virtual void render(RenderWObject *renderer, QGLContext *gw)
Performs the actual drawing.
Definition: graphicalmarkers.cpp:79
CircularGraphicalMarker(real radius, World *world, QString name="unamed", const wMatrix &tm=wMatrix::identity())
Constructor.
Definition: graphicalmarkers.cpp:33
FARSA_UTIL_TEMPLATE const T max(const T &t1, const U &t2)
An helper class to draw stuffs in the world.
Definition: graphicalwobject.h:48
virtual void render(RenderWObject *renderer, QGLContext *gw)
Performs the actual drawing.
Definition: graphicalmarkers.cpp:43
float real
RenderWObjectContainer * container()
return the Container on which this object is, or the OpenGL windows where it is displayed ...
Definition: renderworld.h:100
FARSA_UTIL_TEMPLATE const T min(const T &t1, const U &t2)
void setupColorTexture(QGLContext *, RenderWObject *obj)
Setup the Color and Texture into the OpenGL Context for RenderWObject passed.
Definition: renderworld.cpp:268