Hi there,
how to draw 2d vectorgraphics with irrlicht? Or is this madness?
I thought about doing this with irrlicht, cause of the possibility to switch the rendering engine. At the moment I use OpenGL for drawing complex 2d vector patterns (many lines), but due to problems I want to be able to use directx or a software renderer too.
I started to look at Draw2DLine, but got strange results (only drawing when using EDT_SOFTWARE). Then I switched to Draw3DLine and the results got even wierd (actually switching between EDT_SOFTWARE, EDT_DIRECTX8 and EDT_OPENGL produced totally different results).
What I also like to do is zoom/pan my drawings by changing the view/projection. But Draw2DLine never reacts to something like device->setTransformation.
Any hints for me?
Criamon